Weirdo
12th September 2014, 11:05
Hello, trying to encode some 720x576 clips with MeGUI. I want to add some borders to mask the edges (10 px left+right, 2px top+bottom) without resizing but cannot get a 720x576 output. Using crop(10, 2, -10, -2) and AddBorders(10, 2, -10, -2) gives me a 710x574 output (which seems not centered, too). Using only AddBorders gives 730x578. What am I doing wrong? Thanks.
I checked that MeGUI won't add a resize filter, only the global MeGUI_darx/dary values (also tried removing those).
I checked that MeGUI won't add a resize filter, only the global MeGUI_darx/dary values (also tried removing those).