Guest User

Untitled

a guest
Jun 25th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. MPEG2Source("M:\Encode\BDMV\Ore-tachi OVA\VIDEO_TS\VTS_12_1.d2v", cpu=0)
  2.  
  3. tfm(order=1, pp=1, d2v="M:\Encode\BDMV\Ore-tachi OVA\VIDEO_TS\VTS_12_1.d2v")
  4. tdecimate()
  5.  
  6. nnedi3_rpow2(2, cshift="spline64resize", pscrn=0)
  7. ColorMatrix("Rec.601->Rec.709")
  8. spline64resize(1280,720,0,2,0,-2)
  9.  
  10. yahrmask()
  11. yahrmask()
  12. dehaloh()
  13.  
  14. super = msuper()
  15. bv2= manalyse(super, blksize=8, isb=false, delta=2, overlap=4, truemotion=false)
  16. bv1 = manalyse(super, blksize=8, isb=false, delta=1, overlap=4, truemotion=false)
  17. fv1 = manalyse(super, blksize=8, isb=true, delta=1, overlap=4, truemotion=false)
  18. fv2= manalyse(super, blksize=8, isb=true, delta=2, overlap=4, truemotion=false)
  19. MDegrain2(super,bv1,fv1,bv2,fv2, thSAD=200)
  20.  
  21. GradFun3(thr=0.5, radius=5, elast=2, mask=1, dthr=0.1, mode=6, smode=2, debug=0, thr_det=2.6)
Add Comment
Please, Sign In to add comment