Site Admin, Skilled player (1234)
Joined: 4/17/2010
Posts: 11251
Location: RU
vecna implemented overscan in this commit according to this issue based on this post. In the end, we're getting uneven height so it can't be encoded with x264. What should we do, add a 244th scanline that's a copy of 243th's (btw how do we copy a scanline in avisynth?) or crop the 243th away? Test build: https://www.dropbox.com/s/3p2agitqff88qrd/BizHawk.zip?dl=0
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
creaothceann
He/Him
Editor
Joined: 4/7/2005
Posts: 1874
Location: Germany
feos wrote:
(btw how do we copy a scanline in avisynth?)
Language: Avisynth

StackVertical(last, Crop(0, Height-1, 0, 0))