Guest User

Untitled

a guest
May 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. DGDecode_mpeg2source("C:\Downloads\Projects\zside\papa\01.d2v")
  2.  
  3. a=Trim(914,10562)
  4. b=Trim(12662,25608)
  5. c=Trim(27407,47217)
  6. d=Trim(49316,49465)
  7. a++b++c++d
  8.  
  9. SetMTMode(2,0)
  10. Setmemorymax(1024)
  11.  
  12. tfm(order=-1).tdecimate(mode=1,hybrid=1)
  13. crop( 2, 2, -2, 0)
  14. Spline36Resize(1280,720)
  15.  
  16. DenoiseMD1(sigma=2, overlap=4, thcomp=80, str=1.0)
  17. GradFun3 (thr=0.35, radius=12, mask=2, thr_det=2, smode=2, lsb_in=true, lsb=true)
  18. SmoothGrad()
  19. DitherPost(mode=7, ampo=1, ampn=0)
Add Comment
Please, Sign In to add comment