Advertisement
StotheG

Throwdown all round dirties

Feb 27th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. LoadPlugin("C:\Program Files (x86)\MeGUI\tools\ffms\ffms2.dll")
  2. FFVideoSource("D:\Encoding area\throw\Throw.mkv", fpsnum=24, fpsden=1)
  3. crop(0, 152, 0, -136).f3kdb(dither_algo=3, grainY=0, grainC=0, dynamic_grain=true)
  4. Spline36Resize(1280,528)
  5. safe = Crop(2, 2, -2, -2)
  6. ConvertToYV24()
  7.  
  8. base = Crop(0, 2, 0, -2)
  9.  
  10. top1 = Crop(0, 0, 0, 1 - Height()).Tweak(cont=0.83)
  11. top2 = Crop(0, 1, 0, 2 - Height()).Tweak(cont=0.93)
  12. bottom2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=0.93)
  13. bottom1 = Crop(0, Height() - 1, 0, -0).Tweak(cont=0.83)
  14.  
  15. StackVertical(top1, top2, base, bottom2, bottom1)
  16.  
  17. base1 = Crop(2, 0, 0, 0)
  18. left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=2.30)
  19. left2 = Crop(1, 0, 2 - Width(), 0).Tweak(cont=0.98)
  20. StackHorizontal(left1, left2, base1)
  21.  
  22. base2 = Crop(0, 0, -2, 0)
  23. right1 = Crop(Width() - 1, 0, -0, 0).Tweak(cont=2.16)
  24. right2 = Crop(Width() - 2, 0, -1, 0).Tweak(cont=0.98)
  25. StackHorizontal(base2, right2, right1)
  26. ConvertToYV12()
  27. Overlay(last, safe, x=2, y=2)
  28. trim(0,109493).BalanceBorders(2,2,2,2)+trim(109494,110010).BalanceBorders(0,0,2,2)+trim(110011,132420).BalanceBorders(2,2,2,2)+trim(132421,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement