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

AV1 Support Requested #7

Open
CryogenicPlanet opened this issue Jun 9, 2020 · 3 comments
Open

AV1 Support Requested #7

CryogenicPlanet opened this issue Jun 9, 2020 · 3 comments
Labels
codec-requests Requested additional codecs to be added enhancement New feature or request

Comments

@CryogenicPlanet
Copy link
Member

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 CryogenicPlanet added codec-requests Requested additional codecs to be added enhancement New feature or request labels Jun 9, 2020
@Maxou44
Copy link

Maxou44 commented Jun 9, 2020

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. 🥳

@CryogenicPlanet
Copy link
Member Author

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

@CryogenicPlanet
Copy link
Member Author

CryogenicPlanet commented Jun 10, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codec-requests Requested additional codecs to be added enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants