Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- LoadPlugin("C:\Encoding\plugins\ffms2.dll")
- LoadPlugin("C:\Encoding\plugins\TDeint.dll")
- LoadPlugin("C:\Encoding\plugins\TIVTC.dll")
- video=FFVideoSource("Jony Ive's magical voice for Apple marketing.mp4")
- audioOK=FFAudioSource("Jony Ive's magical voice for Apple marketing.mp4")
- audio=MergeChannels(audioOK, audioOK, audioOK, audioOK)
- AudioDub(video, audio)
- ResampleAudio(48000)
- Normalize(0.22)
- ConvertAudioTo24bit()
- Limiter(min_luma=16, max_luma=235, min_chroma=16, max_chroma=240)
- ConvertFPS(50)
- Spline64Resize(1920, 1080)
- assumeTFF()
- separatefields()
- selectevery(4,0,3)
- weave()
- Converttoyv16(interlaced=true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement