Guest User

Adults

a guest
Jul 29th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. crop(0, 22, 0, -22).Spline36Resize(1280,688)
  2. safe = Crop(0, 6, -0, -2)
  3.  
  4. ConvertToYV24()
  5.  
  6. base = Crop(0, 6, 0, -2)
  7.  
  8. top1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=1.053)
  9. top2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=0.994)
  10. top3 = Crop(0, 2, 0, 3 - Height()).Tweak(cont=1.005)
  11. top4 = Crop(0, 3, 0, 4 - Height()).Tweak(cont=1.005)
  12. top5 = Crop(0, 4, 0, 5 - Height()).Tweak(cont=1.002)
  13. top6 = Crop(0, 5, 0, 6 - Height())#.Tweak(cont=1.008)
  14. bottom2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=0.975)
  15. bottom1 = Crop(0, Height() - 1, 0, -0).Tweak(cont=1.05)
  16.  
  17. StackVertical(top1, top2, top3, top4, top5, top6, base, bottom2, bottom1)
  18.  
  19. ConvertToYV12()
  20. Overlay(last, safe, x=0, y=6)
Add Comment
Please, Sign In to add comment