Merge commit '775a0b04f0
'
* commit '775a0b04f0
':
doc: Fix syntax and logical errors in avconv stream combination example
Conflicts:
doc/ffmpeg.texi
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
5e3da25618
1 changed files with 3 additions and 3 deletions
|
@ -1458,11 +1458,11 @@ ffmpeg -f image2 -pattern_type glob -i 'foo-*.jpeg' -r 12 -s WxH foo.avi
|
||||||
You can put many streams of the same type in the output:
|
You can put many streams of the same type in the output:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
ffmpeg -i test1.avi -i test2.avi -map 0:3 -map 0:2 -map 0:1 -map 0:0 -c copy test12.nut
|
ffmpeg -i test1.avi -i test2.avi -map 1:1 -map 1:0 -map 0:1 -map 0:0 -c copy -y test12.nut
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
The resulting output file @file{test12.avi} will contain first four streams from
|
The resulting output file @file{test12.nut} will contain the first four streams
|
||||||
the input file in reverse order.
|
from the input files in reverse order.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
To force CBR video output:
|
To force CBR video output:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue