Commit 622a6f6f authored by Nicolas George's avatar Nicolas George

doc/muxers: specify that tee needs -map.

Address trac ticket #2311.
parent 3ab25e45
...@@ -773,10 +773,10 @@ the options values contain a special character or the ':' separator, they ...@@ -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. 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 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 @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/" "archive-20121107.mkv|[f=mpegts]udp://10.0.1.255:1234/"
@end example @end example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment