arch1t3cht / Aegisub

Cross-platform advanced subtitle editor, with new feature branches. Read the README on the feature branch.
http://www.aegisub.org
Other
738 stars 32 forks source link

make_keyframes: Set default format to GRAY8 #43

Closed LightArrowsEXE closed 1 year ago

LightArrowsEXE commented 1 year ago

This will allow clips with non-standard resolutions to be downscaled without any concerns.

An alternative approach would be to automatically calculate the closest resolutions with the same AR that's still 4:2:0 compatible. This is just easier and I don't think it should affect the output, since iirc scxvid and wwxd both use just the luma plane to generate metrics anyway.

Confirmed to fix the issue here.