diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-11-21 17:19:40 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-11-21 17:19:40 +0100 |
commit | 94c0b27397873efb534ca3ee7cb0844619edb854 (patch) | |
tree | 825790f37dcc1c4b698c9f78a3bad4f8c62548fa /doc/filters.texi | |
parent | ae6c4168e67cae029eaab227621535b32392937d (diff) | |
download | ffmpeg-94c0b27397873efb534ca3ee7cb0844619edb854.tar.gz |
avfilter/vf_chromakey: add support for commands
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 73f1b03128..8fd85fdd4c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6863,6 +6863,13 @@ Literal colors like "green" or "red" don't make sense with this enabled anymore. This can be used to pass exact YUV values as hexadecimal numbers. @end table +@subsection Commands +This filter supports same @ref{commands} as options. +The command accepts the same syntax of the corresponding option. + +If the specified expression is not valid, it is kept at its current +value. + @section chromakey YUV colorspace color/chroma keying. @@ -6892,6 +6899,13 @@ Literal colors like "green" or "red" don't make sense with this enabled anymore. This can be used to pass exact YUV values as hexadecimal numbers. @end table +@subsection Commands +This filter supports same @ref{commands} as options. +The command accepts the same syntax of the corresponding option. + +If the specified expression is not valid, it is kept at its current +value. + @subsection Examples @itemize |