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

Select Codec By Name #118

Open
Nikey646 opened this issue May 21, 2022 · 0 comments
Open

Select Codec By Name #118

Nikey646 opened this issue May 21, 2022 · 0 comments

Comments

@Nikey646
Copy link

Nikey646 commented May 21, 2022

I want to be able to use libsvtav1 instead of libaom-av1 due to the fact that the implementation is far better, and at least in the version of ffmpeg that I've tried on my system actually work.

Unfortunately, it appears that they both use the same AVCodecId, so I would need to use the avcodec_find_encoder_by_name function inside of OutputStreamFactory class, I believe. As far as I can tell, this isn't currently possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant