ekisu / mpv-webm

Simple WebM maker for mpv, with no external dependencies.
MIT License
555 stars 32 forks source link

Add 'Force Square Pixels' option #118

Closed Vzaa closed 3 years ago

Vzaa commented 3 years ago

Hi,

I've noticed that newer versions of Firefox display some videos I create with the wrong aspect ratio. Digging a bit, it looks like it started having issues with webms with non-square pixels. This change adds another filter to convert the video to square pixels before doing scaling.

Seems like it's a known bug on Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1697316

Coincidentally, this also fixes #104 I think

ekisu commented 3 years ago

Great!