diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-14 13:11:21 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-14 13:11:55 +0200 |
commit | 688472641dae19b5251b4a241762b2effc98a4b2 (patch) | |
tree | 5dc41f4f9dc35e2963f3c589ba9e53d4d919370e | |
parent | 746c8e7c9d91cf2511348577be06b8ef5498b3a0 (diff) | |
download | ffmpeg-688472641dae19b5251b4a241762b2effc98a4b2.tar.gz |
doc/filters: document amplify commands
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1447325341..1ad1c0e17b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6183,6 +6183,18 @@ This option controls maximum possible value that will increase source pixel valu Set which planes to filter. Default is all. Allowed range is from 0 to 15. @end table +@subsection Commands + +This filter supports the following @ref{commands} that corresponds to option of same name: +@table @option +@item factor +@item threshold +@item tolerance +@item low +@item high +@item planes +@end table + @section ass Same as the @ref{subtitles} filter, except that it doesn't require libavcodec |