Advertisement
MWilson

CMI

Aug 29th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function cmi(clip v)
  2. {
  3. v=v.greyscale().converttoyv12()
  4. y=v.gaussresize(320,240).converttoyv12()
  5. y.invert()
  6. cm(1,0,false)
  7. invert()
  8. a=last
  9. y.cm(1,0,false)
  10. b=last
  11. merge(a,b)
  12. gaussresize(72,48,p=4)
  13. gaussresize(width(v),height(v))
  14. mergeluma(v)
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement