videotranscode.space
videotranscode.space copied to clipboard
AV1 Support Requested
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
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. 🥳
@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