[FFmpeg-cvslog] doc: fix a -map syntax in one command line example.
Clément Bœsch
git at videolan.org
Tue Dec 11 03:57:47 CET 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Tue Dec 11 03:57:33 2012 +0100| [80e5c51d7324f651d3591a62c11f412596be4240] | committer: Clément Bœsch
doc: fix a -map syntax in one command line example.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=80e5c51d7324f651d3591a62c11f412596be4240
---
doc/ffmpeg.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index d39ad22..c80f6eb 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -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:
@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
The resulting output file @file{test12.avi} will contain first four streams from
More information about the ffmpeg-cvslog
mailing list