diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-26 16:21:41 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-26 16:21:41 +0000 |
commit | 18fd519f54bcd579107d14b80ebcc8899509d117 (patch) | |
tree | 8c2404b4a8e82f46e27d3b1fc68415605530fbb9 /doc | |
parent | de62a89d42ea32da7b536ed15ee17cbfec99ca1a (diff) | |
download | ffmpeg-18fd519f54bcd579107d14b80ebcc8899509d117.tar.gz |
wording/grammar
Originally committed as revision 6797 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index c9c2af25bf..ae38d65e69 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -483,11 +483,11 @@ Disable audio recording. Force audio codec to @var{codec}. Use the @code{copy} special value to specify that the raw codec data must be copied as is. @item -newaudio -It will add a new audio track to the output file. If you want to -specify parameters, specify them before @code{-newaudio} (@code{-acodec}, @code{-ab}, etc..) +Add a new audio track to the output file. If you want to specify parameters, +do so before @code{-newaudio} (@code{-acodec}, @code{-ab}, etc..). -Mapping will be done automatically, if output streams number is equal to -input streams number, else it will pick first one found which match. You +Mapping will be done automatically, if the number of output streams is equal to +the number of input streams, else it will pick the first one that matches. You can override the mapping using @code{-map} as usual. Example: |