FFmpeg API books, tutorial, etc [duplicate]

2019-03-16 03:37发布

问题:

Possible Duplicate:
ffmpeg C API documentation/tutorial

Hi! A have a task to write on-line screen recording using FFmpeg library with C++, but I can't find some documentation, manual, textbook etc. I didn't work with audio-video before at all, I don't know how to start, and can't find where to learn it. Can you help me with that?

回答1:

In that case, you should check these ffmpeg tutorials.

They show how to open a video file, read/write frames, sync audio and video and a lot more.



回答2:

Reading the source is unfortunately the only solution.

For understanding H264 there is the reference source code and the H264 book



标签: c++ ffmpeg