remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
20.83k stars 1.05k forks source link

Error: Video decoder of track 1 failed (see .cause of this error) #4547

Closed mikeepme closed 7 hours ago

mikeepme commented 9 hours ago

Bug Report 🐛

I got that error after trying to test the Remotion Convert tool, I just drag and dropped an .mp4 video to the tool, used the default settings and then clicked on Convert, the same happened when I manually uploaded the same .mp4 video or other videos I have in my computer, and when I tweaked the default settings, it was the same.

Error: Returned VideoFrame of track 1 has different codedWidth (864) than the input frame displayWidth (854)

JonnyBurger commented 7 hours ago

Fixed through e947b732d06d8132ba42e043f900d44620ab2d13! The validation was a bit strict.

If you wanna post or send the video, I can do another pass and ensure we do the right thing.

mikeepme commented 7 hours ago

That was fast, it works now.