Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. function QTEC(clip source,int "w",int "h",int "depth")
  3. {
  4. depth=default(depth,10)
  5. source
  6.  
  7.  
  8. BicubicResize(w,h)
  9. mt_lutxy(unsharp(3,strength=6),last,"x y < y x ?")
  10. awarpsharp2(depth=depth)
  11. awarpsharp2(depth=depth)
  12.  
  13. return last
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement