Advertisement
Guest User

STAND UP FOX NEWS 31 LUGLIO

a guest
Aug 8th, 2018
82
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. LoadPlugin("C:\Encoding\plugins\dither.dll")
  9. Import("C:\Encoding\plugins\dither.avsi")
  10. LoadPlugin("C:\Encoding\plugins+\ConvertStacked.dll")
  11. Import("C:\Encoding\plugins\videotek.avsi")
  12.  
  13. video=FFVideoSource("RAW-CALIFORNIAWILDFIRESWRAP731PAULPKG-3AR9VDEA.mov")
  14. ch1=FFAudioSource("RAW-CALIFORNIAWILDFIRESWRAP731PAULPKG-3AR9VDEA.mov", track=1)
  15. ch2=FFAudioSource("RAW-CALIFORNIAWILDFIRESWRAP731PAULPKG-3AR9VDEA.mov", track=2)
  16. ch3=FFAudioSource("RAW-CALIFORNIAWILDFIRESWRAP731PAULPKG-3AR9VDEA.mov", track=3)
  17. ch4=FFAudioSource("RAW-CALIFORNIAWILDFIRESWRAP731PAULPKG-3AR9VDEA.mov", track=4)
  18. audio=MergeChannels(ch1, ch2, ch3, ch4, ch1, ch2, ch3, ch4)
  19. AudioDub(video, audio)
  20. ConverttoYUY2(interlaced=true)
  21. tdeint(mode=1, 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. Crop(4, 4, -4, -4)
  23.  
  24. ResampleAudio(48000)
  25. #Normalize(0.12)
  26. ConvertAudioTo24bit()
  27. Limiter(min_luma=16, max_luma=235, min_chroma=16, max_chroma=240)
  28.  
  29.  
  30. ConvertFPS(50)
  31. Spline64ResizeMT(1920, 1080)
  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