Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
AV1 failing in FFMPEG #22803
AV1 failing in FFMPEG #22803
Comments
|
you're trying to merge incompatible formats:
so it's better not to mess with |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
No, it's not. OP specifies incompatible merge output format, once you specify that all bets are off and it's your responsibility to provide compatibility via format selection. |
Checklist
Verbose log
Description
I was trying to output a proper webm for use with a HTML5 video element. The mkv version is outputted and works as expected (generated by
youtube-dl "https://www.youtube.com/watch?v=pBuUkd5uakk"), but trying to merge it as a webm fails despite it using av1 video & opus audio. I did manage to workaround this by using the mkv and running that through ffmpeg manually through the experimental flag by using ffmpeg directly.FFMPEG details
If I try to output this directly as an mp4 without manually using ffmpeg I get this error from the command generated by youtube-dl.
Command:
Error: