diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-02-06 11:27:56 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-02-06 11:34:28 +0100 |
commit | d0a24bfad17ffc8ce41ac323e5460641ba6dec29 (patch) | |
tree | 1a8b887a459d3c2f9004f389ac2ad866fdcd4537 /doc/filters.texi | |
parent | 3583d2a837bfe676c66603fcbcff1487f976f100 (diff) | |
download | ffmpeg-d0a24bfad17ffc8ce41ac323e5460641ba6dec29.tar.gz |
avfilter/vf_mix: add support for commands
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index e9db89bfbb..c91db8c346 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14665,6 +14665,15 @@ The duration of the first input. @end table @end table +@subsection Commands + +This filter supports the following commands: +@table @option +@item weights +@item scale +Syntax is same as option with same name. +@end table + @section mpdecimate Drop frames that do not differ greatly from the previous frame in @@ -19701,6 +19710,15 @@ tmix=frames=3:weights="-1 2 -1":scale=1 @end example @end itemize +@subsection Commands + +This filter supports the following commands: +@table @option +@item weights +@item scale +Syntax is same as option with same name. +@end table + @anchor{tonemap} @section tonemap Tone map colors from different dynamic ranges. |