Advertisement
Guest User

VIDEO ABBA

a guest
Apr 27th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. video=FFVideoSource("Abba - SOS.mp4")
  2. audio1=FFAudioSource("Abba - SOS.mp4")
  3. audio=MergeChannels(audio1, audio1, audio1, audio1)
  4. AudioDub(video, audio)
  5. Crop(0, 60, -0, -60)
  6. video1=last
  7.  
  8. video=FFVideoSource("Abba - The Winner Takes It All.mp4")
  9. audio1=FFAudioSource("Abba - The Winner Takes It All.mp4")
  10. audio=MergeChannels(audio1, audio1, audio1, audio1)
  11. AudioDub(video, audio)
  12. Crop(0, 60, -0, -60)
  13. video2=last
  14.  
  15. video1++video2
  16.  
  17. #tdeint(mode=2, order=-1, field=-1, mthreshL=6, mthreshC=6, map=0, type=2, debug=false, mtnmode=1, sharp=true, cthresh=6, blockx=16, blocky=16, chroma=true, MI=64, tryWeave=true, link=1, denoise=true, slow=2, opt=4)
  18. #tfm(mode=1,pp=5,slow=2,micmatching=2,clip2=tdeint(mode=2,type=3))
  19. #tdecimate()
  20.  
  21.  
  22. ResampleAudio(48000)
  23. Normalize(0.89)
  24. ConvertAudioTo16bit()
  25.  
  26.  
  27. Limiter(min_luma=16, max_luma=235, min_chroma=16, max_chroma=240)
  28.  
  29.  
  30. Spline64ResizeMT(1920, 1080)
  31. ConvertFPS(50)
  32. assumeTFF()
  33. separatefields()
  34. selectevery(4,0,3)
  35. weave()
  36. Converttoyv16(interlaced=true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement