We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basically, MP4s with audio are working normally. When MP4 has no audio, it gives an error: "Invalid webm uploaded".
Example of an MP4 that isn't working: https://files.catbox.moe/1oxp5k.mp4
The text was updated successfully, but these errors were encountered:
I will take a look
Sorry, something went wrong.
Is $config['webm']['use_ffmpeg'] set to false? I could only reproduce like this. If so, I would just recommend to enable ffmpeg these days.
$config['webm']['use_ffmpeg']
If is set to true, can you post your ffmpeg and ffprobe version?
Is $config['webm']['use_ffmpeg'] set to false?
no, it's set to true
ffmpeg version 4.2.7-0ubuntu0.1 Copyright (c) 2000-2022 the FFmpeg developers built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
ffprobe version 4.2.7-0ubuntu0.1 Copyright (c) 2007-2022 the FFmpeg developers built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
No branches or pull requests
Basically, MP4s with audio are working normally. When MP4 has no audio, it gives an error: "Invalid webm uploaded".
Example of an MP4 that isn't working: https://files.catbox.moe/1oxp5k.mp4
The text was updated successfully, but these errors were encountered: