[FFmpeg-cvslog] Document new 'blocksize' option of 'pipe' protocol

Andrey Utkin git at videolan.org
Wed Jul 31 21:49:03 CEST 2013


ffmpeg | branch: master | Andrey Utkin <andrey.krieger.utkin at gmail.com> | Wed Jul 31 15:22:02 2013 +0300| [681ad3a5b6962efc75c400c091c0b9eb29e43bc5] | committer: Michael Niedermayer

Document new 'blocksize' option of 'pipe' protocol

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=681ad3a5b6962efc75c400c091c0b9eb29e43bc5
---

 doc/protocols.texi |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index e8427aa..bae05d5 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -325,6 +325,16 @@ ffmpeg -i test.wav -f avi pipe:1 | cat > test.avi
 ffmpeg -i test.wav -f avi pipe: | cat > test.avi
 @end example
 
+This protocol accepts the following options:
+
+ at table @option
+ at item blocksize
+Set I/O operation maximum block size, in bytes. Default value is
+ at code{INT_MAX}, which results in not limiting the requested block size.
+Setting this value reasonably low improves user termination request reaction
+time, which is valuable if data transmission is slow.
+ at end table
+
 Note that some formats (typically MOV), require the output protocol to
 be seekable, so they will fail with the pipe output protocol.
 



More information about the ffmpeg-cvslog mailing list