diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-11-21 12:24:02 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-11-21 12:24:02 +0100 |
commit | 9bd4df16542b6fd3b4bdcde027faaeda1dd86f1c (patch) | |
tree | db42e62e920d488a7a32c88991fd3f921a1dd07f /doc/filters.texi | |
parent | fbcb141c06a73667b5b37d41d8a7bd37619bb3b7 (diff) | |
download | ffmpeg-9bd4df16542b6fd3b4bdcde027faaeda1dd86f1c.tar.gz |
avfilter/vf_chromashift: add support for commands
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1ffaf3cc72..cc192d634f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6925,6 +6925,10 @@ Set amount to shift chroma-red vertically. Set edge mode, can be @var{smear}, default, or @var{warp}. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section ciescope Display CIE color diagram with pixels overlaid onto it. @@ -15511,6 +15515,10 @@ Set amount to shift alpha vertically. Set edge mode, can be @var{smear}, default, or @var{warp}. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section roberts Apply roberts cross operator to input video stream. |