diff options
author | Víctor Paesa <victorpaesa@googlemail.com> | 2007-06-04 21:09:38 +0000 |
---|---|---|
committer | Víctor Paesa <victorpaesa@googlemail.com> | 2007-06-04 21:09:38 +0000 |
commit | 5449190f531e40d3dc4f8dc49e5c4d5bf08401bd (patch) | |
tree | 75565e66e7211c8695daf2389d7022167df48de4 /doc | |
parent | 864ff8c11921916cac2f230858a3b38c60c44366 (diff) | |
download | ffmpeg-5449190f531e40d3dc4f8dc49e5c4d5bf08401bd.tar.gz |
Wording improvements for the previous commit.
Originally committed as revision 9214 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index a56a665330..6024ceea8d 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -252,12 +252,12 @@ that it is related to FFmpeg. @section How can I join video files? -A few multimedia containers (MPEG1, MPEG2 PS, DV) allow to join video files by +A few multimedia containers (MPEG-1, MPEG-2 PS, DV) allow to join video files by merely concatenating 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 -equally humble @code{copy} under Win32), and finally transcoding back to your +equally humble @code{copy} under Windows), and finally transcoding back to your format of choice. @example @@ -271,7 +271,7 @@ Notice that you should either use @code{-sameq} or set a reasonably high bitrate for your intermediate and output files, if you want to preserve video quality. -Notice too that you may avoid the huge intermediate files by taking advantage +Also notice that you may avoid the huge intermediate files by taking advantage of named pipes, should your platform support it: @example |