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
ffmpeg supports multiple av1 encoders(like libaom-av1, libsvtav1 or librav1e), but currently there is now way to specify which encoder should be used.
The text was updated successfully, but these errors were encountered:
Any updates or plans on this? The default encoder libaom-av1 is incredibly slow for me (same as libvpx[-vp9] btw); libsvtav1 works just fine.
Sorry, something went wrong.
I believe we're using whatever AV1 encoder FFmpeg has by default. Our own binaries now use libsvt-av1 instead of libaom.
No branches or pull requests
ffmpeg supports multiple av1 encoders(like libaom-av1, libsvtav1 or librav1e), but currently there is now way to specify which encoder should be used.
The text was updated successfully, but these errors were encountered: