Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SetMemoryMax(1024)
  2. LoadPlugin("C:\Programs\MeGUI_2112_x86\tools\ffms\ffms2.dll")
  3. loadplugin("C:\Program Files (x86)\xy-VSFilter\vsfilter.dll")
  4. LoadPlugin("C:\Programs\svpflow\svpflow1.dll")
  5. LoadPlugin("C:\Programs\svpflow\svpflow2.dll")
  6.    
  7. threads=10
  8.  
  9. analyse_params="""{
  10. block:
  11. {
  12.    w:32
  13. },
  14. refine:
  15. [{
  16.    thsad:200
  17. }]
  18. }"""
  19.  
  20. sv_params="""{
  21. num:2,
  22. den:1,
  23. algo:21
  24. }"""
  25.  
  26. SetMTMode(3,threads)
  27.  
  28. V = FFVideoSource("E:\Video\ong-cross-ange\[Commie] Cross Ange - Tenshi to Ryuu no Rondo - 08 [2CC47911].mkv")
  29.  
  30. SetMTMode(2)
  31.    
  32.  
  33. super=SVSuper(V, "{gpu:1}")
  34. vectors=SVAnalyse(super, analyse_params)
  35. SV = SVSmoothFps(V, super, vectors, sv_params, url="www.svp-team.com", mt=threads)
  36.  
  37. A = FFAudioSource("E:\Video\ong-cross-ange\[Commie] Cross Ange - Tenshi to Ryuu no Rondo - 08 [2CC47911].mkv")
  38.  
  39. SSV = TextSub(SV,"E:\Video\ong-cross-ange\[Commie] Cross Ange - Tenshi to Ryuu no Rondo - 08 [2CC47911]_Track02.ass", 1,23.976*2)
  40.  
  41.  
  42.  return audiodub(SSV,A).Trim(0, 2000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement