[FFmpeg-cvslog] doc/filters: add sepia example for colorchannelmixer
Lukasz Marek
git at videolan.org
Fri Jul 19 21:37:19 CEST 2013
ffmpeg | branch: master | Lukasz Marek <lukasz.m.luki at gmail.com> | Thu Jul 18 01:34:43 2013 +0200| [a289f418e4faa291b6afefa0800be0e8df289320] | committer: Paul B Mahol
doc/filters: add sepia example for colorchannelmixer
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a289f418e4faa291b6afefa0800be0e8df289320
---
doc/filters.texi | 5 +++++
1 file changed, 5 insertions(+)
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
+ at item
+Simulate sepia tones:
+ at example
+colorchannelmixer=.393:.769:.189:0:.349:.686:.168:0:.272:.534:.131
+ at end example
@end itemize
@section colormatrix
More information about the ffmpeg-cvslog
mailing list