Advertisement
Guest User

PILLOLE COLORI 19 E 20 MAGGIO

a guest
May 18th, 2018
132
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. LoadPlugin("C:\Encoding\plugins\Plugins_JPSDR.dll")
  5. LoadPlugin("C:\Encoding\plugins\despot.dll")
  6. LoadPlugin("C:\Encoding\plugins\GamMac.dll")
  7. LoadPlugin("C:\Encoding\plugins\flash3kyuu_deband.dll")
  8.  
  9.  
  10. video=FFVideoSource("19_05_18_hd_COLORI_SKY_TG24Gli_orologi_di_Mattarella_al_Quirinale_0134_tv (1).mpeg")
  11. audiook=FFAudioSource("19_05_18_hd_COLORI_SKY_TG24Gli_orologi_di_Mattarella_al_Quirinale_0134_tv (1).mpeg")
  12. audio=MergeChannels(audiook, audiook, audiook, audiook)
  13. AudioDub(video, audio)
  14.  
  15. DebilinearResizeMT(720, 576)
  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. video1=last
  19.  
  20. video=FFVideoSource("20_05_18_hd_COLORI_SKY_TG24Teresa_Morgolles_Pac_Milano_0128_tv.mpeg")
  21. audiook=FFAudioSource("20_05_18_hd_COLORI_SKY_TG24Teresa_Morgolles_Pac_Milano_0128_tv.mpeg")
  22. audio=MergeChannels(audiook, audiook, audiook, audiook)
  23. AudioDub(video, audio)
  24.  
  25. DebilinearResizeMT(720, 576)
  26.  
  27. 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)
  28. video2=last
  29.  
  30. video1++video2
  31.  
  32. #FlipVertical()
  33. #colorbars(width = 1920, height = 1080, pixel_type = "yv12")
  34.  
  35.  
  36. ResampleAudio(48000)
  37. Normalize(0.12)
  38. ConvertAudioTo16bit()
  39. Limiter(min_luma=16, max_luma=235, min_chroma=16, max_chroma=240)
  40.  
  41.  
  42. ConvertFPS(50)
  43. Spline64ResizeMT(1920, 1080)
  44. assumeTFF()
  45. separatefields()
  46. selectevery(4,0,3)
  47. weave()
  48. Converttoyv16(interlaced=true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement