diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-08-21 20:07:06 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-22 01:03:49 +0200 |
commit | 2c0b164227b01f9fbedc0230a70a13fc5258c762 (patch) | |
tree | 2a67680ba460a9be35bad4e9d97ce3e7c327a249 | |
parent | 005af8ce61d908a0259c9ad88eb2c0c959252979 (diff) | |
download | ffmpeg-2c0b164227b01f9fbedc0230a70a13fc5258c762.tar.gz |
doc/faq: mention doc/examples
Also provide a link to the github FFmpeg page containing the examples.
-rw-r--r-- | doc/faq.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 430207d1de..a743f4fe87 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -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? -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 already incorporate FFmpeg at (@url{projects.html}). |