FFMediaToolkit icon indicating copy to clipboard operation
FFMediaToolkit copied to clipboard

Select Codec By Name

Open Nikey646 opened this issue 2 years ago • 0 comments

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?

Nikey646 avatar May 21 '22 17:05 Nikey646