Guest User

Untitled

a guest
Nov 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. #Ben13's code of filters!
  2.  
  3. LoadPlugin("C:\Program Files (x86)\MeGUI_2028_x86\tools\dgindex\DGDecode.dll")
  4. DGDecode_mpeg2source("[CCS-Raws] NO.6 #10.d2v", info=3)
  5.  
  6.  
  7. #TRIM
  8. #------------------------------------------------------
  9.  
  10. __film = last
  11. __t0 = __film.trim(930, 6041)
  12. __t1 = __film.trim(8900, 26426)
  13. __t2 = __film.trim(29126, 47514)
  14. __t3 = __film.trim(52925, 53060)
  15. __t0 ++ __t1 ++ __t2 ++ __t3
  16.  
  17. #PASS 1
  18. #-------------------------------------------
  19. AssumeTFF()
  20. Telecide(guide=1,post=2).TDecimate(mode=7,rate=23.976)
  21.  
  22.  
  23. #resize & denoising
  24. #-------------------
  25. Spline64Resize(1280,720)
  26.  
  27.  
  28. #SHARPENING & debanding
  29. #-------------------------------------
  30. aux=DeGrainMedian(limitY=7,mode=3)
  31. vaguedenoiser(auxclip=aux,wiener=true)
  32. FastLineDarkenMOD2(strength=128,thinning=0)
  33. TTempsmooth()
  34.  
  35. Tweak(hue=-2.0,sat=0.95,bright=-3,cont=1)
  36. GradFun2DBmod(mode=1,temp=100)
Add Comment
Please, Sign In to add comment