diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-01-17 17:39:28 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-01-18 14:05:51 +0100 |
commit | 117bf7394f7d5c47104bd30d141466decd01dda1 (patch) | |
tree | 426b80162b3ad0f9d28c7d1760b99bc9b7284c19 /doc/filters.texi | |
parent | 71b82e4ffdd8b6dc69f8c6361df816a8c43725da (diff) | |
download | ffmpeg-117bf7394f7d5c47104bd30d141466decd01dda1.tar.gz |
avfilter/vf_nnedi: rewrite and cleanup code
Also add slice threading support.
Also add support for >8 depth formats.
Also add support for commands.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index aa1389e407..3ce6699d7c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14649,9 +14649,9 @@ Set which set of weights to use in the predictor. Can be one of the following: @table @samp -@item a +@item a, abs weights trained to minimize absolute error -@item s +@item s, mse weights trained to minimize squared error @end table @@ -14673,14 +14673,16 @@ Can be one of the following: @item none @item original @item new +@item new2 +@item new3 @end table Default is @code{new}. - -@item fapprox -Set various debugging flags. @end table +@subsection Commands +This filter supports same @ref{commands} as options, excluding @var{weights} option. + @section noformat Force libavfilter not to use any of the specified pixel formats for the |