Is there any book on programming FFMPEG encoding libs in c\c++?

I found one http://dranger.com/ffmpeg/

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Not to get your hopes down, but it seems highly unlikely.

FFMPEG has sparse releases at most (I know of two in like 5 years) and the best performance/features are only in SVN trunk. Reading the headers seems like a better bet, their API just changes too rapidly and they don't seem to care, as everyone is still happy with the library.

link|improve this answer
This link is broken – olivierg May 10 '11 at 17:29
Removed the broken link and reworded what was in that link (as far as I can remember) – rubenvb May 10 '11 at 18:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.