Browse Source

doc/avconv: replace forgotten av by avconv.

Signed-off-by: Alex Converse <alex.converse@gmail.com>
tags/n0.9
Anton Khirnov Alex Converse 14 years ago
parent
commit
f5bae2c6ed
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/avconv.texi

+ 2
- 2
doc/avconv.texi View File

@@ -68,7 +68,7 @@ specified for the inputs.
@chapter Stream selection @chapter Stream selection
@c man begin 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 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 resolution, for audio the highest channel count. For subtitle it's simply the
first subtitle stream. 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 For example, to map ALL streams from the first input file to output
@example @example
av -i INPUT -map 0 output
avconv -i INPUT -map 0 output
@end example @end example


For example, if you have two audio streams in the first input file, For example, if you have two audio streams in the first input file,


Loading…
Cancel
Save