Simon Daniels <simondaniels23 at ...> writes:
> Is it possible to call an ffmpeg API to get the list of video types
> that it supports for decoding and encoding?
See opt_codecs() in cmdutils.c ('ffmpeg -codecs').
> I'd want the associated file extensions as well.
Decoders and encoders are not associated to file extensions.
Carl Eugen