Advertisement
junh1024

Tengoku

Sep 11th, 2017
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dgdecode_mpeg2source("VTS_04_1.d2v")
  2.  
  3. crop(2,4,-2,0)
  4.  
  5. tfm(slow=2).tdecimate(mode=1,hybrid=1) #its mostly 24f with some 30f shots, so blend 30f to 24. easier than vfr
  6.  
  7. vinverse() #fix leftover combs
  8.  
  9.  
  10. mt("""hqdn3d()""",2)#or other denoiser
  11.  
  12. coloryuv(off_v=-7,off_u=7) #color correction
  13.  
  14. # tweak(sat=5) #for diagnostic purposes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement