Is there any book on programming FFMPEG encoding libs in c\c++?
I found one http://dranger.com/ffmpeg/
|
Is there any book on programming FFMPEG encoding libs in c\c++? I found one http://dranger.com/ffmpeg/
| ||||
|
feedback
|
|
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. | |||||
feedback
|