diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-15 03:49:36 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-15 11:35:46 +0200 |
commit | 1cb02d4fbc290c6e485fd301b902d8258d5c4994 (patch) | |
tree | 91a112aa08616d60208ca359364ca7241743f2e7 /doc/filters.texi | |
parent | 99dac3933916507fb728b9c6d9aafb11c7d2f228 (diff) | |
download | ffmpeg-1cb02d4fbc290c6e485fd301b902d8258d5c4994.tar.gz |
lavfi/curves: add support for Photoshop curves files (.acv).
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8df1a88611..23d777d333 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2346,6 +2346,8 @@ 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. +@item psfile +Specify a Photoshop curves file (@code{.asv}) to import the settings from. @end table To avoid some filtergraph syntax conflicts, each key points list need to be |