diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2015-09-08 15:52:36 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-09-08 17:54:09 +0200 |
commit | 51c5e924b9e54a5a2c2162b348bafc1c83d1009c (patch) | |
tree | bdf8b3bc2da48b73e28fd58c02de1dca6a39c957 /doc/codecs.texi | |
parent | 106cab1152cf5ef07ef25034e80c7a60a454524c (diff) | |
download | ffmpeg-51c5e924b9e54a5a2c2162b348bafc1c83d1009c.tar.gz |
doc/codecs: extend documentation for the threads option
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index da048b155e..b481b4a053 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -817,13 +817,17 @@ for codecs that support it. See also @file{doc/examples/export_mvs.c}. Deprecated, use mpegvideo private options instead. @item threads @var{integer} (@emph{decoding/encoding,video}) +Set the number of threads to be used, in case the selected codec +implementation supports multi-threading. Possible values: @table @samp -@item auto -detect a good number of threads +@item auto, 0 +automatically select the number of threads to set @end table +Default value is @samp{auto}. + @item me_threshold @var{integer} (@emph{encoding,video}) Set motion estimation threshold. |