diff options
author | Lukasz Marek <lukasz.m.luki@gmail.com> | 2013-07-18 01:34:43 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-07-19 19:36:37 +0000 |
commit | a289f418e4faa291b6afefa0800be0e8df289320 (patch) | |
tree | ba94ef65d04ef4c82cf63e800706290cdb94e214 | |
parent | 56123fc721b16263a7076fab2db8954fa171e51d (diff) | |
download | ffmpeg-a289f418e4faa291b6afefa0800be0e8df289320.tar.gz |
doc/filters: add sepia example for colorchannelmixer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 785ce85f0d..1217f7e8e1 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 |