Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FFmpegSource2("lol_anime_ep1.MXF", fpsnum=25000, fpsden=1000, atrack=-1, seekmode=1, rffmode=0, colorspace="YV16")
- Converttoyv12()
- LSFmod(strength=200)
- FastLineDarkenmod()
- aWarpSharp4xx(thresh=255, blur=3, type=0, depth=35, chroma=4)
- tweak(sat=1.31, dither=true)
- crop(0, 120, 0, -120) #-113
- AddBorders(0, 120, 0, 120)
- Spline64ResizeMT(1280, 720, threads=0, logicalCores=true, MaxPhysCore=true, SetAffinity=true)
- TextSub("lol_anime_ep1.ass")
- trim(0, 8789)
- ResampleAudio(48000)
- Normalize(0.89, show=false)
- SuperEq("C:\Programmi\AviSynth 2.5\Equalizer Presets\Loudness_FranceBB.feq")
- ep=last
- FFmpegSource2("OPF_Logo_2017.avi", fpsnum=25000, fpsden=1000, atrack=-1)
- Converttoyv12()
- Spline64ResizeMT(1280, 720, threads=0, logicalCores=true, MaxPhysCore=true, SetAffinity=true)
- ResampleAudio(48000)
- logo=last
- FFmpegSource2("Nero.avi", fpsnum=25000, fpsden=1000, atrack=-1)
- Converttoyv12()
- Spline64ResizeMT(1280, 720, threads=0, logicalCores=true, MaxPhysCore=true, SetAffinity=true)
- ResampleAudio(48000)
- TextSub("credits.ass")
- credits=last
- logo++credits++ep
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement