summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2015-02-25 11:50:44 +0100
committerNicolas George <george@nsup.org>2015-02-26 19:19:56 +0100
commit508d6a23b4530d0f3d31451731e5fd1fce32525f (patch)
tree1f0e2bba943e0b3b7f0cacc394834495a22404dd /doc/ffmpeg.texi
parenta92193f247816a45c16c37a2f7db723a0359c24c (diff)
ffmpeg: allow to set the thread message queue size.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 6e51c44f29..6772f2f685 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1158,6 +1158,12 @@ This option enables or disables accurate seeking in input files with the
transcoding. Use @option{-noaccurate_seek} to disable it, which may be useful
e.g. when copying some streams and transcoding the others.
+@item -thread_message_queue @var{size} (@emph{input})
+This option sets the maximum number of queued packets when reading from the
+file or device. With low latency / high rate live streams, packets may be
+discarded if they are not read in a timely manner; raising this value can
+avoid it.
+
@item -override_ffserver (@emph{global})
Overrides the input specifications from @command{ffserver}. Using this
option you can map any input stream to @command{ffserver} and control