| | 19 | The web has a few tutorials, some of which are out of date. The doc/examples files usually use the latest ABI, however, should be more trustworthy. |
| | 20 | |
| | 21 | [http://www.inb.uni-luebeck.de/~boehme/using_libavcodec.html Using libavformat and libavcodec by Martin Böhme], a good overview of the FFmpeg APIs, though quite out dated. |
| | 22 | |
| | 23 | [http://dranger.com/ffmpeg/ An FFmpeg and SDL Tutorial by Stephen Dranger], explains how to write a video player based on FFmpeg ([https://github.com/mpenkov/ffmpeg-tutorial updated source code] for that tutorial, by Michael Penkov, is also now available). |
| | 24 | |
| | 25 | = Hints = |
| | 26 | |
| | 27 | * libswresample |
| | 28 | |
| | 29 | [https://github.com/FFmpeg/FFmpeg/blob/master/doc/swresample.txt This file] is also given as documentation. |
| | 30 | |
| | 31 | * libswscale |
| | 32 | |
| | 33 | [https://github.com/FFmpeg/FFmpeg/blob/master/doc/swscale.txt This file] is also given as documentation. |