diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-15 10:53:54 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-15 11:35:06 +0200 |
commit | 99dac3933916507fb728b9c6d9aafb11c7d2f228 (patch) | |
tree | 68e1a6ab74d4213cc746f11e61255aa52250ef26 /doc/filters.texi | |
parent | 357da7ed42071ad79b03e1d6434bf177a58484f4 (diff) | |
download | ffmpeg-99dac3933916507fb728b9c6d9aafb11c7d2f228.tar.gz |
lavfi/curves: add support for master component.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b766985e3e..8df1a88611 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2330,6 +2330,11 @@ Available presets are: @item vintage @end table Default is @code{none}. +@item master, m +Set the master key points. These points will define a second pass mapping. It +is sometimes called a "luminance" or "value" mapping. It can be used with +@option{r}, @option{g}, @option{b} or @option{all} since it acts like a +post-processing LUT. @item red, r Set the key points for the red component. @item green, g @@ -2337,7 +2342,7 @@ Set the key points for the green component. @item blue, b Set the key points for the blue component. @item all -Set the key points for all components. +Set the key points for all components (not including master). Can be used in addition to the other key points component options. In this case, the unset component(s) will fallback on this @option{all} setting. |