Difference between revisions of "Manual Overlay Top&Bottom"

From luvBB
Jump to navigation Jump to search
Line 1: Line 1:
safe = Crop(0, 2, 0, -2)
{{Quote|text=safe = Crop(0, 2, 0, -2)
ConvertToYV24()
ConvertToYV24()
   
   
Line 16: Line 16:
ConvertToYV12()
ConvertToYV12()
   
   
Overlay(last, safe, x=0, y=2)
Overlay(last, safe, x=0, y=2)}}





Revision as of 18:40, 16 September 2021

Template:Quote


  • You can play by tweaking contrast values to fix dirty lines (1 is default. Going bellow make the line darker, going over make the line lighter).
  • You can add fixes for many lines you want, here is just an example for 2 pixels top and bottom.
  • This didn't fix completly black lines, so please doesn't consider as a replacement for FillMargins.