Advertisement
Guest User

Colori 1 e 2

a guest
Apr 27th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. video=FFVideoSource("28_04_18_hd_COLORI_SKY_TG24HUMAN_PALA_EXPO_0129_tv.mp4")
  2. audio1=FFAudioSource("28_04_18_hd_COLORI_SKY_TG24HUMAN_PALA_EXPO_0129_tv.mp4")
  3. audio=MergeChannels(audio1, audio1, audio1, audio1)
  4. AudioDub(video, audio)
  5.  
  6. DebilinearresizeMT(720, 576)
  7.  
  8. 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)
  9. #tfm(mode=1,pp=5,slow=2,micmatching=2,clip2=tdeint(mode=2,type=3))
  10. #tdecimate()
  11.  
  12. video1=last
  13.  
  14. video=FFVideoSource("29_04_18_hd_COLORI_SKY_TG24SPIRALE_MERCATI_TRAIANO_0127_tv (1).mp4")
  15. audio1=FFAudioSource("29_04_18_hd_COLORI_SKY_TG24SPIRALE_MERCATI_TRAIANO_0127_tv (1).mp4")
  16. audio=MergeChannels(audio1, audio1, audio1, audio1)
  17. AudioDub(video, audio)
  18.  
  19. DebilinearresizeMT(720, 576)
  20.  
  21. 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)
  22.  
  23. video2=last
  24.  
  25. video1++video2
  26.  
  27.  
  28. ResampleAudio(48000)
  29. Normalize(0.89)
  30. ConvertAudioTo16bit()
  31.  
  32.  
  33. Limiter(min_luma=16, max_luma=235, min_chroma=16, max_chroma=240)
  34.  
  35.  
  36. Spline64ResizeMT(1920, 1080)
  37. ConvertFPS(50)
  38. assumeTFF()
  39. separatefields()
  40. selectevery(4,0,3)
  41. weave()
  42. Converttoyv16(interlaced=true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement