diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-24 14:03:46 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-25 00:04:22 +0100 |
commit | 40cb682ca0b9c355ed7ff58548a5ca58ba14b69b (patch) | |
tree | 0eb55d5814a15ff6d94a7ae523e16b88494e1cb1 /doc/faq.texi | |
parent | c10350358da58600884292c08a8690289b81de29 (diff) | |
download | ffmpeg-40cb682ca0b9c355ed7ff58548a5ca58ba14b69b.tar.gz |
doc/faq: mention concat protocol documentation in the protocol concatenation entry
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index da49d318d7..33e8b00140 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -294,6 +294,10 @@ 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, +@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 video by merely concatenating the files them. |