[MPlayer-dev-eng] Video vilters
Hampa Hug
hampa at hampa.ch
Tue Oct 14 05:04:26 CEST 2003
Diego Biurrun wrote:
> Hampa Hug writes:
> > The reason I put gamma first was, that most of the time I use only
> > gamma correction. This saves a bit of typing, but it's not
> > important at all.
>
> Which brings up another oddity that I believe to a bug. If I do
> something like
>
> mplayer -vf eq=:100 movie.avi
>
> contrast is increased, however
>
> mplayer -vf eq2=:-1.0: movie.avi
>
> just seems to fall back to default values for all parameters instead
> of only the missing ones.
>
> mplayer -vf eq2=0.0:-1.0: movie.avi
>
> gives the desired result.
vf_eq2 does not have an m_option_t array describing its
parameters. It's not a bug, it's an omission ;-)
Hampa
More information about the MPlayer-dev-eng
mailing list