Advertisement
FranceBB1

VIDEO APPLE MARKETING PER SEMERARO

Jun 28th, 2019
229
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.  
  6. video=FFVideoSource("Jony Ive's magical voice for Apple marketing.mp4")
  7. audioOK=FFAudioSource("Jony Ive's magical voice for Apple marketing.mp4")
  8. audio=MergeChannels(audioOK, audioOK, audioOK, audioOK)
  9. AudioDub(video, audio)
  10.  
  11. ResampleAudio(48000)
  12. Normalize(0.22)
  13. ConvertAudioTo24bit()
  14. Limiter(min_luma=16, max_luma=235, min_chroma=16, max_chroma=240)
  15.  
  16. ConvertFPS(50)
  17. Spline64Resize(1920, 1080)
  18. assumeTFF()
  19. separatefields()
  20. selectevery(4,0,3)
  21. weave()
  22. Converttoyv16(interlaced=true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement