Advertisement
hungdaita

The Hateful Eight 2015

Oct 9th, 2016
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. FFVideoSource("F:\8encode\Source.mkv")
  2. Crop(0, 190, -0, -190)
  3. Spline36Resize(1920,698,0,1,0,-1)
  4. ConvertToYV24()
  5. safe = Crop(0,7,0,-8)
  6. base = Crop(0, 7, 0, -8)
  7. top1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=1.18)
  8. top2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=0.933)
  9. top3 = Crop(0, 2, 0, 3 - Height()).Tweak(cont=1.062)
  10. top4 = Crop(0, 3, 0, 4 - Height()).Tweak(cont=0.99)
  11. top5 = Crop(0, 4, 0, 5 - Height()).Tweak(cont=0.99)
  12. top6 = Crop(0, 5, 0, 6 - Height()).Tweak(cont=1.015)
  13. top7 = Crop(0, 6, 0, 7 - Height()).Tweak(cont=0.99)
  14. bottom8 = Crop(0, Height() -8, 0, -7).Tweak(cont=1)
  15. bottom7 = Crop(0, Height() -7, 0, -6).Tweak(cont=1.001)
  16. bottom6 = Crop(0, Height() -6, 0, -5).Tweak(cont=1.03)
  17. bottom5 = Crop(0, Height() -5, 0, -4).Tweak(cont=1.009)
  18. bottom4 = Crop(0, Height() -4, 0, -3).Tweak(cont=1.018)
  19. bottom3 = Crop(0, Height() -3, 0, -2).Tweak(cont=1.095)
  20. bottom2 = Crop(0, Height() -2, 0, -1).Tweak(cont=0.95)
  21. bottom1 = Crop(0, Height() -1, 0, -0).Tweak(cont=1.2)
  22. StackVertical(top1, top2, top3, top4, top5, top6, top7, base, bottom8, bottom7, bottom6, bottom5, bottom4, bottom3, bottom2, bottom1)
  23. ConvertToYV12()
  24. Overlay(last, safe, x=0, y=7)
  25. BalanceBorders(2, 2, 0, 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement