Advertisement
Guest User

Untitled

a guest
Apr 9th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. a = 1
  2. ColorBars(1280,720, "RGB32")
  3.  
  4. a == 1 ? Assumefps(24).\
  5.          FlipVertical() :\
  6. a == 2 ? FlipHorizontal().
  7.          Info() :\
  8. a == 3 ? Spline36resize(512,288).\
  9.          ConvertToYV12() :\
  10. /*else*/ MessageClip("hogehoge")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement