Hi, $ ffmpeg -h full 2>/dev/null | grep thread_queue_size -thread_queue_size set the maximum number of queued packets from the demuxer
Giorgio Vazzana
From 15e9d7d8d3e23ec7a0649b36f104c755c5a33783 Mon Sep 17 00:00:00 2001 From: Giorgio Vazzana <mywin...@gmail.com> Date: Tue, 24 Mar 2015 20:20:45 +0100 Subject: [PATCH] ffmpeg: fix option name in documentation --- doc/ffmpeg.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 1dde682..02952ac 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1158,7 +1158,7 @@ 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}) +@item -thread_queue_size @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 -- 1.7.9.5
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel