summaryrefslogtreecommitdiffstats
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki@gmail.com>2013-07-18 01:34:43 +0200
committerPaul B Mahol <onemda@gmail.com>2013-07-19 19:36:37 +0000
commita289f418e4faa291b6afefa0800be0e8df289320 (patch)
treeba94ef65d04ef4c82cf63e800706290cdb94e214 /doc/filters.texi
parent56123fc721b16263a7076fab2db8954fa171e51d (diff)
downloadffmpeg-streaming-a289f418e4faa291b6afefa0800be0e8df289320.zip
ffmpeg-streaming-a289f418e4faa291b6afefa0800be0e8df289320.tar.gz
doc/filters: add sepia example for colorchannelmixer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 785ce85..1217f7e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2371,6 +2371,11 @@ Convert source to grayscale:
@example
colorchannelmixer=.3:.4:.3:0:.3:.4:.3:0:.3:.4:.3
@end example
+@item
+Simulate sepia tones:
+@example
+colorchannelmixer=.393:.769:.189:0:.349:.686:.168:0:.272:.534:.131
+@end example
@end itemize
@section colormatrix
OpenPOWER on IntegriCloud