Skip to content
New issue

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

"Invalid webm uploaded." when uploading mp4 without audio #887

Open
chanadmins opened this issue Feb 4, 2025 · 3 comments
Open

"Invalid webm uploaded." when uploading mp4 without audio #887

chanadmins opened this issue Feb 4, 2025 · 3 comments

Comments

@chanadmins
Copy link

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

@perdedora
Copy link
Member

I will take a look

@perdedora
Copy link
Member

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.

If is set to true, can you post your ffmpeg and ffprobe version?

@chanadmins
Copy link
Author

chanadmins commented Feb 9, 2025

Is $config['webm']['use_ffmpeg'] set to false?

no, it's set to true

If is set to true, can you post your ffmpeg and ffprobe version?

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants