diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-15 21:18:17 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-15 21:18:17 +0200 |
commit | 34186832de2485599b6b2fae58bc9038d8626deb (patch) | |
tree | 474fcf018809b92fa381e150f119967044597eb5 /doc/filters.texi | |
parent | 6e29f39252b925344c5947f1f0000e7d3eb2117f (diff) | |
download | ffmpeg-34186832de2485599b6b2fae58bc9038d8626deb.tar.gz |
doc/filters: add a curves example with psfile.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 868f2aef13..5ea129aacf 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2422,6 +2422,12 @@ Or simply: @example curves=vintage @end example + +@item +Use a Photoshop preset and redefine the points of the green component: +@example +curves=psfile='MyCurvesPresets/purple.asv':green='0.45/0.53' +@end example @end itemize @anchor{decimate} |