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
Requested Support for AV1 Spec https://trac.ffmpeg.org/wiki/Encode/AV1
FFmpeg cli command ffmpeg -i input.mp4 -c:v libaom-av1 -strict -2 output.avi
ffmpeg -i input.mp4 -c:v libaom-av1 -strict -2 output.avi
https://superuser.com/questions/1322787/av1-encoding-with-ffmpeg
The text was updated successfully, but these errors were encountered:
AV1 encoding consumes a lot of cpu, I don't think it will be usable in a browser. 🤔 Also, the rav1e encoder have better performance than libaom. 🥳
Sorry, something went wrong.
@Maxou44 Thank you for letting us know we will work on adding rav1e instead of libaom!
Encoding with Rav1e https://askubuntu.com/questions/1189174/how-do-i-use-ffmpeg-and-rav1e-to-create-high-quality-av1-files
FFmpeg cli command
ffmpeg -i input.mp4 -c:v librav1e output.avi
No branches or pull requests
Requested Support for AV1
Spec https://trac.ffmpeg.org/wiki/Encode/AV1
FFmpeg cli command
ffmpeg -i input.mp4 -c:v libaom-av1 -strict -2 output.avi
https://superuser.com/questions/1322787/av1-encoding-with-ffmpeg
The text was updated successfully, but these errors were encountered: