Advertisement
Guest User

BILANCIO CONTROLLI POLIZIA FERROVIARIA

a guest
Aug 11th, 2018
112
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.  
  11. video=FFVideoSource("4gaoefhbvryeihpl.mp4")
  12. audiook=FFAudioSource("4gaoefhbvryeihpl.mp4")
  13. audio=MergeChannels(audiook, audiook, audiook, audiook)
  14. AudioDub(video, audio)
  15.  
  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. #FlipVertical()
  19. #colorbars(width = 1920, height = 1080, pixel_type = "yv12")
  20.  
  21.  
  22. ResampleAudio(48000)
  23. Normalize(0.12)
  24. ConvertAudioTo16bit()
  25. Limiter(min_luma=16, max_luma=235, min_chroma=16, max_chroma=240)
  26.  
  27.  
  28. ConvertFPS(50)
  29. Spline64ResizeMT(1920, 1080)
  30. assumeTFF()
  31. separatefields()
  32. selectevery(4,0,3)
  33. weave()
  34. Converttoyv16(interlaced=true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement