diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-11-09 08:58:38 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-11-09 09:49:39 +0100 |
commit | dcf83fd59d42b8ee6a601cdf9fc8946a1aa30520 (patch) | |
tree | 5760ef92d035cd171955ebaa7060f79a8d92edad /doc | |
parent | 45dc668aea0edac34969b5a1ff76cf9ad3a09be1 (diff) | |
download | ffmpeg-dcf83fd59d42b8ee6a601cdf9fc8946a1aa30520.tar.gz |
avfilter/vf_estdif: export distance cost as filter option
Diffstat (limited to 'doc')
-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 b537e421be..5ebfc11237 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11711,6 +11711,10 @@ Allowed range is from 1 to 15. Specify the search radius for best edge matching. Default value is 2. Allowed range is from 0 to 15. +@item dcost +Specify the distance cost for edge matching. Default value is 0.5. +Allowed range is from 0 to 1. + @item interp Specify the interpolation used. Default is 4-point interpolation. It accepts one of the following values: |