[Ffmpeg-devel] List of output formats/codecs?

Måns Rullgård mru
Wed Jun 29 10:19:48 CEST 2005


Ian Gowen said:
> On 6/28/05, The Wanderer <inverseparadox at comcast.net> wrote:
>> Out of curiosity, is there any particular reason you're wanting to use
>> the ffmpeg binary itself, iather than libavcodec as a library?
>
> sorry, yes, that's what I meant. I tend to use the two interchangably, I'm
> afraid. I should have said that I'm trying to integrate libavformat/
> libavcodec into an existing application. And with the sparseness of the
> docs currently, that's proving to be no easy task.

You can get a list of codecs by calling avcodec_register_all(), and then
iterate over the list starting at first_avcodec.

-- 
M?ns Rullg?rd
mru at inprovide.com





More information about the ffmpeg-devel mailing list