[FFmpeg-devel] [PATCH] doc/muxers: specify that tee needs -map.
Nicolas George
nicolas.george at normalesup.org
Thu Feb 28 19:44:01 CET 2013
Address trac ticket #2311.
Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
doc/muxers.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 6aae871..5ba92c3 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -773,10 +773,10 @@ the options values contain a special character or the ':' separator, they
must be escaped; note that this is a second level escaping.
Example: encode something and both archive it in a WebM file and stream it
-as MPEG-TS over UDP:
+as MPEG-TS over UDP (the streams need to be explicitly mapped):
@example
-ffmpeg -i ... -c:v libx264 -c:a mp2 -f tee
+ffmpeg -i ... -c:v libx264 -c:a mp2 -f tee -map 0:v -map 0:a
"archive-20121107.mkv|[f=mpegts]udp://10.0.1.255:1234/"
@end example
--
1.7.10.4
More information about the ffmpeg-devel
mailing list