Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
  2. LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\nnedi3.dll")
  3. DGDecode_mpeg2source("sawako16.d2v", info=3)
  4. tfm(pp=4, clip2=nnedi3, cthresh=2).tdecimate(1)
  5. nnedi3_rpow2(rfactor=2, cshift="spline64resize", pscrn=false)
  6. spline64resize(1024, 576)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement