Advertisement
junh1024

Tamashii

Sep 11th, 2017
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dgdecode_mpeg2source("VTS_01_1.d2v")
  2.  
  3. # cropping
  4.  
  5. tfm(slow=2).tdecimate()
  6.  
  7. vinverse() #fix leftover combs
  8.  
  9. mt("""hqdn3d()""",2)#or other denoiser
  10.  
  11. coloryuv(off_v=-5,off_u=5) #color correction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement