Advertisement
hungdaita

Overlay The Longest Ride 2015

Jul 3rd, 2015
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. ========================================> 1080p
  2. DGSource("E:\Testing\Source.dgi")
  3. Crop(0,140,0,-140)
  4. ConvertToYV24()
  5. safe = Crop(5, 5, -5, -5)
  6. base1 = Crop(5, 0, -5, 0)
  7. left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=2.6)
  8. left2 = Crop(1, 0, 2 - Width(), 0).Tweak(cont=0.96)
  9. left3 = Crop(2, 0, 3 - Width(), 0).Tweak(cont=0.96)
  10. left4 = Crop(3, 0, 4 - Width(), 0).Tweak(cont=1.04)
  11. left5 = Crop(4, 0, 5 - Width(), 0).Tweak(cont=0.96)
  12. right5 = Crop(Width() - 1, 0, -0, 0).Tweak(cont=1.64)
  13. right4 = Crop(Width() - 2, 0, -1, 0).Tweak(cont=1.09)
  14. right3 = Crop(Width() - 3, 0, -2, 0).Tweak(cont=0.98)
  15. right2 = Crop(Width() - 4, 0, -3, 0)
  16. right1 = Crop(Width() - 5, 0, -4, 0)
  17. StackHorizontal(left1, left2, left3, left4, left5, base1, right5, right4, right3, right2, right1)
  18. base2 = Crop(0, 5, 0, -5)
  19. top1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=1.15)
  20. top2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=0.96)
  21. top3 = Crop(0, 2, 0, 3 - Height()).Tweak(cont=1.07)
  22. top4 = Crop(0, 3, 0, 4 - Height()).Tweak(cont=0.99)
  23. top5 = Crop(0, 4, 0, 5 - Height()).Tweak(cont=1.02)
  24. bottom5 = Crop(0, Height() -5, 0, -4).Tweak(cont=1.02)
  25. bottom4 = Crop(0, Height() -4, 0, -3).Tweak(cont=0.98)
  26. bottom3 = Crop(0, Height() -3, 0, -2).Tweak(cont=1.04)
  27. bottom2 = Crop(0, Height() -2, 0, -1).Tweak(cont=0.97)
  28. bottom1 = Crop(0, Height() -1, 0, -0).Tweak(cont=1.10)
  29. StackVertical(top1, top2, top3, top4, top5, base2, bottom5, bottom4, bottom3, bottom2, bottom1)
  30. ConvertToYV12()
  31. Overlay(last, safe, x=5, y=5)
  32. BalanceBorders(2,2,2,2)
  33.  
  34. ========================================> 720p
  35. DGSource("E:\Testing\Source.dgi")
  36. Crop(0,140,0,-140)
  37. FillMargins(1,0,1,0)
  38. Spline36Resize(1280,534) # --sar 801:800
  39. BalanceBorders(1,1,1,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement