diff options
author | multiple authors <multiple@multiple.x> | 2012-03-10 04:04:19 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-04 23:54:53 +0200 |
commit | 13cc3645b002f918272a7dfbc31294fded55943b (patch) | |
tree | 0e69b25c899b09df80b7e66bda0f8c215452e209 /doc/filters.texi | |
parent | 4480edcf312b8d4350201eca047ccdd2c27f8517 (diff) | |
download | ffmpeg-13cc3645b002f918272a7dfbc31294fded55943b.tar.gz |
libavfilter: add colormatrix filter
Ported by: Baptiste Coudurier
cleanup+fate by ubitux
For detailed authorship of the original code please see avisynth
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 78e5be9d75..5a929960ba 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -918,6 +918,18 @@ boxblur=min(h\,w)/10:1:min(cw\,ch)/10:1 @end itemize +@section colormatrix + +The colormatrix filter allows conversion between any of the following color +space: BT.709 (@var{bt709}), BT.601 (@var{bt601}), SMPTE-240M (@var{smpte240m}) +and FCC (@var{fcc}). + +The syntax of the parameters is @var{source}:@var{destination}: + +@example +colormatrix=bt601:smpte240m +@end example + @section copy Copy the input source unchanged to the output. Mainly useful for |