[MPlayer-users] Where does mplayer store the brightness and contrast?

Uli Armbruster uli.armbruster at googlemail.com
Fri Feb 17 20:50:07 CET 2012


* Reimar Döffinger <Reimar.Doeffinger at gmx.de> [17.02.2012 20:35]:
> On Fri, Feb 17, 2012 at 08:06:49PM +0100, Uli Armbruster wrote:
> > I just found out that mplayer saves the brightness and contrast. If I change those, quit the video and start another video, the settings remain the same. But I can't find where these settings are stored. There's nothing in ~/.mplayer
> 
> MPlayer doesn't save it.
> You didn't give much information to go on, but if you are using
> XVideo (-vo xv) X/your video driver probably keeps the settings
> (just like -ao oss would keep the volume in the driver/hardware).
> Explicitly specifying -contrast -brightness ... (or putting
> them in the config file) should have the effect of explicitly
> resetting them if that's what you want.

Ok, sorry, I didn't know those informations were relevant. This is what I have in my config:

vo=xv
double=yes
ao=alsa
softvol=1

So yes, I'm using the XVideo driver. Switching to vo=x11 doesn't show those settings, quickly using vlc with xv uses those settings. So I solved it by putting

brightness=0
contrast=0
hue=0
saturation=0

into the config.

Thanks Reimar


More information about the MPlayer-users mailing list