Advertisement
Guest User

ONE OCEAN FOUNDATION - VIDEO ALEX BELLINI

a guest
Apr 11th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. LoadPlugin("C:\Encoding\plugins\ffms2.dll")
  2. LoadPlugin("C:\Encoding\plugins\TDeint.dll")
  3. LoadPlugin("C:\Encoding\plugins\TIVTC.dll")
  4.  
  5. video=FFVideoSource("Gange_the_raft(con partner).mp4")
  6. audioOK=FFAudioSource("Gange_the_raft(con partner).mp4")
  7. audio=MergeChannels(audioOK, audioOK, audioOK, audioOK)
  8. AudioDub(video, audio)
  9. ResampleAudio(48000)
  10. Normalize(0.22)
  11. ConvertAudioTo24bit()
  12. Limiter(min_luma=16, max_luma=235, min_chroma=16, max_chroma=240)
  13. ConvertFPS(50)
  14. assumeTFF()
  15. separatefields()
  16. selectevery(4,0,3)
  17. weave()
  18. Converttoyv16(interlaced=true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement