Anyone know the site to learn ffmpeg c api tutorial
ffmpeg have no stable API, so no appropriate tutorial, need look at examples folder which distributed with ffmpeg sources. Then need find example according to your's task, try run it to understand how it works.