Advertisement
Guest User

2nd Render Pass

a guest
May 30th, 2017
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1.  
  2. Source = MPEG2Source("C:\Users\Beet\Downloads\Working\Anime.d2v").AssumeTFF()
  3.  
  4. Dotcrawl = Source.TComb(mode=2)
  5. Render = Dotcrawl.AnimeIVTC(mode=4, ifade=true, killcomb=3, omode=2, pass=2)
  6. Done = Render.nnedi3_resize16(target_width=1440, target_height=1080, mixed=true, thr=1.0, elast=1.5, nns=4, qual=2, etype=0, pscrn=4, threads=0, kernel_d="Spline", kernel_u="Spline", taps=12, f_d=1.0, f_u=2.0, sharp=0)
  7.  
  8. return Done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement