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
Right now avifenc only supports aom's encoder options, and I'm hoping that the faster encoding svt and rav1e will be able to use it as well. Thanks!
avifenc
The text was updated successfully, but these errors were encountered:
Hi, indeed, it was not added. It seems easy for SVT through svt_av1_enc_set_parameter ( https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/Source/API/EbSvtAv1Enc.h?ref_type=heads#L973) and rav1e_config_parse_int for rav1e. I'll look into it. BTW, we are always looking for benchmark data, where di you find those speed results? Thx!
svt_av1_enc_set_parameter
rav1e_config_parse_int
Sorry, something went wrong.
benchmark: https://www.reddit.com/r/AV1/comments/i4xdv6/av1_encoders_comparison/
Add option parsing for rav1e and SVT-AV1.
041eeed
This fixes AOMediaCodec#2108
Add option parsing for rav1e and SVT-AV1. (#2126)
ca071c4
This fixes #2108
Successfully merging a pull request may close this issue.
Right now
avifenc
only supports aom's encoder options, and I'm hoping that the faster encoding svt and rav1e will be able to use it as well. Thanks!The text was updated successfully, but these errors were encountered: