Closed realitychemist closed 7 months ago
Thank you, I'll have a look on that in the week
Are you able to reproduce it also via our website? Checking if the issue is in our current implementation of ffmpeg
(Sorry, just saw this notification)
Yes, I can reproduce the issue using the converter on the website. Here's the test video I used:
And here's the output video (all default settings):
Output video plays normally in VLC, but Firefox says the video is corrupted and won't play it.
update: I'm still on it, trying to figure this out. It's an issue with our ffmpeg commands used in the convert_video method
The example video in the documentation (on this repo, not PyPI) appears as corrupted on Firefox 123.0, on both desktop (linux) and mobile (android 13) versions of the browser:
This seems to be a compatibility issue with Firefox in particular, as the video appears and plays correctly when using Chrome 122.0 (on the same linux machine that gets the corrupted file error with Firefox). I don't have easy access to Safari right now to see how a WebKit-based browser handles it.