[FFmpeg-devel] [PATCH] doc/faq: link to resources in the current dir
Stefano Sabatini
stefasab at gmail.com
Thu Jan 24 14:10:19 CET 2013
Avoid to send requests to ffmpeg.org in case the documentation is
accessed locally.
---
doc/faq.texi | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/faq.texi b/doc/faq.texi
index ebf21f5..925b37c 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -282,20 +282,20 @@ There are several solutions, depending on the exact circumstances.
@subsection Concatenating using the concat @emph{filter}
-FFmpeg has a @url{http://ffmpeg.org/ffmpeg-filters.html#concat,
- at code{concat}} filter designed specifically for that, with examples in the
+FFmpeg has a @url{ffmpeg-filters.html#concat, @code{concat}} filter
+designed specifically for that, with examples in the
documentation. This operation is recommended if you need to re-encode.
@subsection Concatenating using the concat @emph{demuxer}
-FFmpeg has a @url{http://www.ffmpeg.org/ffmpeg-formats.html#concat,
- at code{concat}} demuxer which you can use when you want to avoid a re-encode and
-your format doesn't support file level concatenation.
+FFmpeg has a @url{ffmpeg-formats.html#concat, @code{concat}} demuxer
+which you can use when you want to avoid a re-encode and your format
+doesn't support file level concatenation.
@subsection Concatenating using the concat @emph{protocol} (file level)
-FFmpeg has a @url{http://ffmpeg.org/ffmpeg-protocols.html#concat,
- at code{concat}} protocol designed specifically for that, with examples in the
+FFmpeg has a @url{ffmpeg-protocols.html#concat, @code{concat}}
+protocol designed specifically for that, with examples in the
documentation.
A few multimedia containers (MPEG-1, MPEG-2 PS, DV) allow to concatenate
--
1.7.9.5
More information about the ffmpeg-devel
mailing list