diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2023-11-26 16:03:22 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2023-11-27 15:37:01 +0530 |
commit | 0ea9e26636387336c48d6d20872ddd277479817b (patch) | |
tree | cff86c9198d56c5d23917812c783f0d4c0c75bd0 | |
parent | 44e9cccffa6eef7fee8662f9e9bd88e3b04b0724 (diff) | |
download | ffmpeg-0ea9e26636387336c48d6d20872ddd277479817b.tar.gz |
doc/filters: restore entry for libvmaf option pool
3d29724c00 removed the doc entry for the option pool while adding
a parser function for it at the same time!
The option remains available and undeprecated.
Fixes trac #10693
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5268b2003c..80ffbb2c65 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -16864,6 +16864,10 @@ Set the file path to be used to store log files. @item log_fmt Set the format of the log file (xml, json, csv, or sub). +@item pool +Set the pool method to be used for computing vmaf. +Options are @code{min}, @code{harmonic_mean} or @code{mean} (default). + @item n_threads Set number of threads to be used when initializing libvmaf. Default value: @code{0}, no threads. |