FFMediaToolkit
FFMediaToolkit copied to clipboard
Select Codec By Name
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?