Browse Source

doc/faq: mention doc/examples

Also provide a link to the github FFmpeg page containing the examples.
tags/n1.0
Stefano Sabatini 12 years ago
parent
commit
2c0b164227
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      doc/faq.texi

+ 8
- 1
doc/faq.texi View File

@@ -389,7 +389,14 @@ the subtitle stream to be detected, both values must be large enough.


@section Are there examples illustrating how to use the FFmpeg libraries, particularly libavcodec and libavformat? @section Are there examples illustrating how to use the FFmpeg libraries, particularly libavcodec and libavformat?


Yes. Read the Developers Guide of the FFmpeg documentation. Alternatively,
Yes. Check the @file{doc/examples} directory in the source
repository, also available online at:
@url{https://github.com/FFmpeg/FFmpeg/tree/master/doc/examples}.

Examples are also installed by default, usually in
@code{$PREFIX/share/ffmpeg/examples}.

Also you may read the Developers Guide of the FFmpeg documentation. Alternatively,
examine the source code for one of the many open source projects that examine the source code for one of the many open source projects that
already incorporate FFmpeg at (@url{projects.html}). already incorporate FFmpeg at (@url{projects.html}).




Loading…
Cancel
Save