[MPlayer-dev-eng] [PATCH] Three new filters and performance doubts

D Richard Felker III dalias at aerifal.cx
Wed Jan 29 20:55:23 CET 2003


On Wed, Jan 29, 2003 at 05:23:52PM +0100, Daniel Moreno wrote:
> [Resent from the proper mail addres, so that the mailing list doesn't 
> complain about not beeing a member]
> 
> Hi!
> 
> Here I provide 2 patches to add new video filters to mplayer:
> 
> denoise3d: I call it a "3d denoiser" and it's function is similar to a
> "smarth blur" followed by a "temporal denoiser", just it's quite faster,
> has understable parameters and, in my tests, the results are better.
> (better noise reduction with less ghosting/bluring) [BTW: default
> parameter for this filter should provide a good tryout]

Cool, I'll have to try this!

> the third patch whould be a saturation patch. After writting the
> denoise3d I was able to watch a noise free "Bicentenial Man", but colors
> were too pale and I didn't find any saturation filter for mplayer, so I
> wrote one. Later I screwed it up when I decided i'd use it as the base
> for the gamma filter and forgot to save it to a diferent file. :(  It
> should be easy to code it again, if you find it interesting.

Saturation belongs in -vop eq, IMHO. Actually the code is pretty much
already there -- just apply the contrast filter to the chroma planes.
But be sure to special case default saturation so that the chroma
planes can pass thru without copying if no saturation adjustment is
desired.

Rich



More information about the MPlayer-dev-eng mailing list