Advertisement
sm2345

Untitled

Feb 15th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Import("C:\Program Files (x86)\AviSynth 2.5\plugins\Deblock_QED.avs")
  2. Import("C:\Program Files (x86)\AviSynth 2.5\plugins\Hysteria.avsi")
  3.  
  4. FFVideoSource("E:\Fansubbing\Encoding\Aete OP\aete_op_movie.mpg")
  5. Deblock_QED(30,30)
  6. Deblock(quant=25, aOffset=0, bOffset=0, mmx=true, isse=true)
  7. BlindPP()
  8. Deblock_QED(40,20)
  9. flash3kyuu_deband().SmoothD2().RemoveGrain().SmoothD2()
  10. RemoveGrain(mode=5).RemoveGrain(mode=7)
  11. flash3kyuu_deband(Y=30,Cb=30,Cr=30,grainY=77,grainC=77).RemoveGrain(mode=1)
  12. DeGrainMedian(limitY=4, limitUV=6, mode=1, interlaced=false, norow=false)
  13. SmoothD2()
  14. flash3kyuu_deband()
  15. RemoveGrain(mode=2)
  16. #Histogram(mode="luma")
  17. Hysteria(luma_cap=140)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement