Skip to content
Snippets Groups Projects
Commit 80e5c51d authored by Clément Bœsch's avatar Clément Bœsch
Browse files

doc: fix a -map syntax in one command line example.

parent 7eafd274
No related branches found
No related tags found
No related merge requests found
...@@ -1252,7 +1252,7 @@ ffmpeg -f image2 -pattern_type glob -i 'foo-*.jpeg' -r 12 -s WxH foo.avi ...@@ -1252,7 +1252,7 @@ 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 0:3 -map 0:2 -map 0:1 -map 0:0 -c copy 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.avi} will contain first four streams from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment