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.
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