diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-19 17:52:49 +0200 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-08-19 15:37:44 -0700 |
commit | f5bae2c6ed855f528d68ddab1cad080bcc271440 (patch) | |
tree | 2e617b77f2ac92f9246a480559fa0502c43d8316 /doc/avconv.texi | |
parent | f60a6b5853dbf656b307d06144bb20d09a9d41cb (diff) | |
download | ffmpeg-f5bae2c6ed855f528d68ddab1cad080bcc271440.tar.gz |
doc/avconv: replace forgotten av by avconv.
Signed-off-by: Alex Converse <alex.converse@gmail.com>
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 0710650fea..a0368a5afe 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -68,7 +68,7 @@ specified for the inputs. @chapter Stream selection @c man begin STREAM SELECTION -By default av tries to pick the "best" stream of each type present in input +By default avconv tries to pick the "best" stream of each type present in input files and add them to each output file. For video, this means the highest resolution, for audio the highest channel count. For subtitle it's simply the first subtitle stream. @@ -686,7 +686,7 @@ It disables matching streams from already created mappings. For example, to map ALL streams from the first input file to output @example -av -i INPUT -map 0 output +avconv -i INPUT -map 0 output @end example For example, if you have two audio streams in the first input file, |