diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-24 14:04:59 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-25 00:04:22 +0100 |
commit | 2756c3091a9ded0b9e524136f632712045beb1d2 (patch) | |
tree | e737cd603b8c8d31d9ee605569572dd97865a079 /doc/faq.texi | |
parent | 40cb682ca0b9c355ed7ff58548a5ca58ba14b69b (diff) | |
download | ffmpeg-2756c3091a9ded0b9e524136f632712045beb1d2.tar.gz |
doc/faq: fill missing word in the concat protocol entry
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 33e8b00140..ebf21f5370 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -299,7 +299,7 @@ FFmpeg has a @url{http://ffmpeg.org/ffmpeg-protocols.html#concat, documentation. A few multimedia containers (MPEG-1, MPEG-2 PS, DV) allow to concatenate -video by merely concatenating the files them. +video by merely concatenating the files containing them. Hence you may concatenate your multimedia files by first transcoding them to these privileged formats, then using the humble @code{cat} command (or the |