You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: