Advertisement
Guest User

[OPF-Italia] Encoding lol FranceBB

a guest
Jan 9th, 2017
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.08 KB | None | 0 0
  1. FFmpegSource2("lol_anime_ep1.MXF", fpsnum=25000, fpsden=1000, atrack=-1, seekmode=1, rffmode=0, colorspace="YV16")
  2. Converttoyv12()
  3. LSFmod(strength=200)
  4. FastLineDarkenmod()
  5. aWarpSharp4xx(thresh=255, blur=3, type=0, depth=35, chroma=4)
  6.  
  7. tweak(sat=1.31, dither=true)
  8.  
  9. crop(0, 120, 0, -120) #-113
  10. AddBorders(0, 120, 0, 120)
  11.  
  12. Spline64ResizeMT(1280, 720, threads=0, logicalCores=true, MaxPhysCore=true, SetAffinity=true)
  13.  
  14. TextSub("lol_anime_ep1.ass")
  15.  
  16. trim(0, 8789)
  17. ResampleAudio(48000)
  18. Normalize(0.89, show=false)
  19. SuperEq("C:\Programmi\AviSynth 2.5\Equalizer Presets\Loudness_FranceBB.feq")
  20.  
  21. ep=last
  22.  
  23. FFmpegSource2("OPF_Logo_2017.avi", fpsnum=25000, fpsden=1000, atrack=-1)
  24. Converttoyv12()
  25.  
  26. Spline64ResizeMT(1280, 720, threads=0, logicalCores=true, MaxPhysCore=true, SetAffinity=true)
  27. ResampleAudio(48000)
  28.  
  29. logo=last
  30.  
  31. FFmpegSource2("Nero.avi", fpsnum=25000, fpsden=1000, atrack=-1)
  32. Converttoyv12()
  33.  
  34. Spline64ResizeMT(1280, 720, threads=0, logicalCores=true, MaxPhysCore=true, SetAffinity=true)
  35. ResampleAudio(48000)
  36.  
  37. TextSub("credits.ass")
  38.  
  39. credits=last
  40.  
  41. logo++credits++ep
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement