Advertisement
StotheG

Franklyn 720 (right+bottom)

Dec 31st, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. LoadPlugin("C:\Program Files (x86)\MeGUI\tools\ffms\ffms2.dll")
  2. FFVideoSource("D:\Encoding area\fran\frank.mkv", fpsnum=24, fpsden=1)
  3. crop(0,132,-2,-132).spline36resize(1280,544)
  4. safe = Crop(0, 0, -2, -2)
  5.  
  6. ConvertToYV24()
  7.  
  8. base1 = Crop(0, 0, -2, 0)
  9.  
  10. right2 = Crop(Width() - 2, 0, 1, 0).Tweak(cont=0.97)
  11. right1 = Crop(Width() - 1, 0, 0, 0)
  12.  
  13. StackHorizontal(base1, right2, right1)
  14.  
  15. base = Crop(0, 0, 0, -2)
  16.  
  17. bottom2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=0.94)
  18. bottom1 = Crop(0, Height() - 1, 0, -0).Tweak(cont=3.1)
  19.  
  20. StackVertical(base, bottom2, bottom1)
  21.  
  22. ConvertToYV12()
  23. Overlay(last, safe, x=0, y=0)
  24. BalanceBorders(0,0,0,1, thresh=128, blur=1)
  25. trim(0,71978)+trim(71979,72339).f3kdb(dither_algo=3, Y=70, grainC=0, dynamic_grain=true)+trim(72340,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement