BUG: "Match Source" resizes video
When trying to encode a 4920x180 source into an MP4 using "Match Source" preset, it resizes the video down to 4096x180 (adding black bars on top and bottom). "Match Source" should respect the original size.

3 comments
-
Antoine Autokroma commented
AfterCodecs supports more than 4096x2048 for H264 ! https://autokroma.com/AfterCodecs/
-
Marius Rusu commented
That's because h264 maximum resolution is 4096 × 2048 pixels. So when you are exporting mp4 with h264 as a codec, your resolution won't go any further than 4096 x 2048, that's why it modifies your resolution. You need to use a different codec for your mp4.
-
Antoine Autokroma commented
Do you have the same behavior with AfterCodecs for Media Encoder ?