Advertisement
Guest User

Untitled

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