summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-07-22 01:17:44 +0200
committerClément Bœsch <u@pkh.me>2016-07-24 12:18:30 +0200
commit4a8f5f1fd83dfa92e02901e543d79124c4e551dc (patch)
tree0ac7c79830f307d0be98e0709a04d0d47db7932b /doc
parent5c14018fc4f6ae9fcce7eaf8dd2d66cb6fbfc7bc (diff)
lavfi/curves: add plot option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 03da9b094c..5a64853666 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5750,6 +5750,8 @@ options. In this case, the unset component(s) will fallback on this
@option{all} setting.
@item psfile
Specify a Photoshop curves file (@code{.acv}) to import the settings from.
+@item plot
+Save Gnuplot script of the curves in specified file.
@end table
To avoid some filtergraph syntax conflicts, each key points list need to be
@@ -5796,6 +5798,14 @@ Use a Photoshop preset and redefine the points of the green component:
@example
curves=psfile='MyCurvesPresets/purple.acv':green='0/0 0.45/0.53 1/1'
@end example
+
+@item
+Check out the curves of the @code{cross_process} profile using @command{ffmpeg}
+and @command{gnuplot}:
+@example
+ffmpeg -f lavfi -i color -vf curves=cross_process:plot=/tmp/curves.plt -frames:v 1 -f null -
+gnuplot -p /tmp/curves.plt
+@end example
@end itemize
@section datascope