Browse Source

doc/codecs: extend documentation for the threads option

tags/n3.0
Stefano Sabatini 9 years ago
parent
commit
51c5e924b9
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      doc/codecs.texi

+ 6
- 2
doc/codecs.texi View File

@@ -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.



Loading…
Cancel
Save