[FFmpeg-devel] [PATCH] colormixer filter

Lou lou at lrcd.com
Tue Apr 16 16:30:11 CEST 2013


On Apr 16, 2013, at 12:15 AM, Paul B Mahol <onemda at gmail.com> wrote:

> On 4/15/13, Lou Logan <lou at lrcd.com> wrote:
>> On Mon, 15 Apr 2013 20:33:12 +0000, Paul B Mahol wrote:
>> 
>>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>>> ---
>>> doc/filters.texi            |  23 ++++++
>>> libavfilter/Makefile        |   1 +
>>> libavfilter/allfilters.c    |   1 +
>>> libavfilter/vf_colormixer.c | 165
>>> ++++++++++++++++++++++++++++++++++++++++++++
>>> 4 files changed, 190 insertions(+)
>>> create mode 100644 libavfilter/vf_colormixer.c
>>> 
>>> diff --git a/doc/filters.texi b/doc/filters.texi
>>> index 178dbe5..eec836b 100644
>>> --- a/doc/filters.texi
>>> +++ b/doc/filters.texi
>>> @@ -2135,6 +2135,29 @@ For example to convert from BT.601 to SMPTE-240M,
>>> use the command:
>>> colormatrix=bt601:smpte240m
>>> @end example
>>> 
>>> + at section colormixer
>> 
>> channelmixer seems to be a more common name among other tools (Gimp,
>> Photoshop, Premiere).
> 
> But than people will think its audio filter.

ok. Either name is fine with me.


More information about the ffmpeg-devel mailing list