videotranscode.space icon indicating copy to clipboard operation
videotranscode.space copied to clipboard

AV1 Support Requested

Open CryogenicPlanet opened this issue 4 years ago • 3 comments

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

CryogenicPlanet avatar Jun 09 '20 09:06 CryogenicPlanet

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 avatar Jun 09 '20 20:06 Maxou44

@Maxou44 Thank you for letting us know we will work on adding rav1e instead of libaom!

CryogenicPlanet avatar Jun 10 '20 11:06 CryogenicPlanet

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

CryogenicPlanet avatar Jun 10 '20 11:06 CryogenicPlanet