]> git.sesse.net Git - ffmpeg/blobdiff - doc/protocols.texi
lavfi/curves: add plot option
[ffmpeg] / doc / protocols.texi
index 72b39145ec766fc8eda31764141f9ad1b798989d..5767e23f61ea5b52d3c99ef705a9035e735626d2 100644 (file)
@@ -695,7 +695,7 @@ This protocol accepts the following options.
 
 @table @option
 @item timeout
-Set timeout in miliseconds of socket I/O operations used by the underlying
+Set timeout in milliseconds of socket I/O operations used by the underlying
 low level operation. By default it is set to -1, which means that the timeout
 is not specified.
 
@@ -1159,6 +1159,15 @@ Play an AVI file directly from a TAR archive:
 subfile,,start,183241728,end,366490624,,:archive.tar
 @end example
 
+@section tee
+
+Writes the output to multiple protocols. The individual outputs are separated
+by |
+
+@example
+tee:file://path/to/local/this.avi|file://path/to/local/that.avi
+@end example
+
 @section tcp
 
 Transmission Control Protocol.