Guest User

Untitled

a guest
Oct 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. LoadPlugin("C:\Users\administrator\Desktop\megui\tools\dgindex\DGDecode.dll")
  2. DGDecode_MPEG2Source("76e.d2v", info=3)
  3. audiodub(last, wavsource("76e.wav"))
  4. ColorMatrix(hints=true, threads=0)
  5. trim(4888,5788)
  6. tfm(order=-1,pp=0)
  7. crop( 2, 0, -2, -2)
  8. resamplehq(1280, 720)
  9. input=last
  10. mask=input.mt_lut("x 3.2 ^ 25000 /")
  11. postdither=input.dfttestmc(lsb=true,sigma=4,mdg=true,mdgsad=300).ditherpost(mode=6)
  12. mt_merge(input,postdither,mask,u=4,v=4)
  13. MCGRMultiSE(thsad=50,tlimit=5,slimit=10)
  14. DeHalo_alpha(rx=1.5, ry=1.5, darkstr=0, brightstr=0.6, lowsens=50, highsens=50, ss=1.5)
Add Comment
Please, Sign In to add comment