Advertisement
Seedmanc

SangnomAA() with chroma optimization

Jul 28th, 2013
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function sangnomaa(clip a, int "ss") {
  2.     cr=a
  3.     a.converttoy8
  4.     ss=default(ss,2)
  5.     spline36resize(a.width,a.height*ss)
  6.     sangnom2.spline36resize(a.width*ss,a.height ).fTurnRight().sangnom2.fTurnLeft().spline36resize(a.width,a.height )
  7.     converttoyv12
  8.     return mergechroma(cr)
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement