git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56123fc
)
doc/filters: add sepia example for colorchannelmixer
author
Lukasz Marek
<lukasz.m.luki@gmail.com>
Wed, 17 Jul 2013 23:34:43 +0000
(
01:34
+0200)
committer
Paul B Mahol
<onemda@gmail.com>
Fri, 19 Jul 2013 19:36:37 +0000
(19:36 +0000)
Signed-off-by: Paul B Mahol <onemda@gmail.com>
doc/filters.texi
patch
|
blob
|
history
diff --git
a/doc/filters.texi
b/doc/filters.texi
index
785ce85
..
1217f7e
100644
(file)
--- 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