Closed despoa closed 1 month ago
That doesn't work for some reason. I tested it myself, but you can test it yourself if you want.
How did you get the example footage?
I encountered this problem while trying to encode a couple recent Flash TASes, all of which had uneven dimensions. Here's a small sample video.
The conditional operators here turns out to be the problem. Removing them solves it. Closing.
Certain parts of the script do not play well with uneven dimensions. There was a check for an uneven height, but not an uneven width. This fixes it.
Both checks are also moved to after the resizing functions as SD and HD resizing usually result in even dimensions. If neither happens or if uneven dimensions still remain, the checks will account for that.