You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/codecs: extend documentation for the threads option
This commit is contained in:
@@ -817,13 +817,17 @@ for codecs that support it. See also @file{doc/examples/export_mvs.c}.
|
|||||||
Deprecated, use mpegvideo private options instead.
|
Deprecated, use mpegvideo private options instead.
|
||||||
|
|
||||||
@item threads @var{integer} (@emph{decoding/encoding,video})
|
@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:
|
Possible values:
|
||||||
@table @samp
|
@table @samp
|
||||||
@item auto
|
@item auto, 0
|
||||||
detect a good number of threads
|
automatically select the number of threads to set
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
Default value is @samp{auto}.
|
||||||
|
|
||||||
@item me_threshold @var{integer} (@emph{encoding,video})
|
@item me_threshold @var{integer} (@emph{encoding,video})
|
||||||
Set motion estimation threshold.
|
Set motion estimation threshold.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user