Advertisement
Guest User

NOTTE ROSA RICCIONE

a guest
Jul 7th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. video=FFVideoSource("NotteRosaCP.wmv")
  2. audiook=FFAudioSource("NotteRosaCP.wmv")
  3. audio=MergeChannels(audiook, audiook, audiook, audiook)
  4. AudioDub(video, audio)
  5. Crop(4, 140, -4, -140)
  6.  
  7.  
  8. ResampleAudio(48000)
  9. Normalize(0.12)
  10. ConvertAudioTo24bit()
  11. Limiter(min_luma=16, max_luma=235, min_chroma=16, max_chroma=240)
  12.  
  13.  
  14. ConvertFPS(50)
  15. Spline64ResizeMT(1920, 1080)
  16. assumeTFF()
  17. separatefields()
  18. selectevery(4,0,3)
  19. weave()
  20. Converttoyv16(interlaced=true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement