NeeMeese / mplayer-ce

Automatically exported from code.google.com/p/mplayer-ce
0 stars 0 forks source link

adjust brightness and contrast #276

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to adjust the brightness and contrast, either from the menu
or from a config file? I am finding all my ripped copies of Star Trek DS9
and Voyager are very dark, and I have to turn the brightness of the TV to max.

I used to use geexbox alot and used the keyboard for this adjustment. It
would round out what is a really good package!

Thanks for the great development!

Original issue reported on code.google.com by jptechni...@gmail.com on 12 Jun 2009 at 4:43

GoogleCodeExporter commented 9 years ago
MPlayer has the following parameters:

−brightness <−100−100>
Adjust the brightness of the video signal (default: 0). Not supported by all 
video
output drivers.

−contrast <−100−100>
Adjust the contrast of the video signal (default: 0). Not supported by all video
output drivers.

So you can either add fixed settings to your mplayer.conf, add keys to adjust 
these
settings in input.conf or add them as variable preferences to change in 
menu.conf.

Original comment by agent...@gmail.com on 12 Jun 2009 at 3:32

GoogleCodeExporter commented 9 years ago
What would the specific procedure be if I wanted to replace the volume buttons 
on the 
controller with brightness in increments of 1? I'm not very proficient at this 
kind of 
thing. Thanks!

Original comment by jpvit...@gmail.com on 16 Dec 2009 at 3:33

GoogleCodeExporter commented 9 years ago
I am also interested in how to adjust the brightness and/or contrast.  I've 
tried
adding "brightness=50" to mplayer.conf and it doesn't seem to do anything.  
Please help!

Original comment by szilag...@gmail.com on 17 Jan 2010 at 3:19

GoogleCodeExporter commented 9 years ago
Okay this problem has been plaguing me for months now and I finally found the
solution. I am using my Wii on a CRT TV and I think that it may not be a 
problem on
LCD or better televisions. This is known as a Video Filter in Mplayer.

I edited my Mplayer config file by coping this piece of code into it:

# Write your default config options here!
# eq[=brightness:contrast] (OBSOLETE)
# default:0:0
#
# eq2[=gamma:contrast:brightness:saturation:rg:gg:bg:weight]
# default:1.0:1.0:0.0:1.0:1.0:1.0:1.0:1.0
#
# hue[=hue:saturation]
# default:0.0:1.0
vf=hue=0.0:1.0,eq2=1.0:1.0:0.1:1.0:1.0:1.0:1.0:1.0

I have also uploaded a copy of my mplayer.conf if you just want to copy it into 
the
\apps\mplayer_ce\ folder. 

Original comment by gjlope...@gmail.com on 29 Jan 2010 at 10:08

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I tried editing my input.conf file so I could adjust the brightness and 
contrast but it did not work. I replaced

RIGHT seek +30
LEFT seek -30
DOWN seek -300
UP seek +300

with 

RIGHT contrast 1
LEFT contrast -1
DOWN brightness -1
UP brightness 1

and it did not work. Now the buttons don't do anything at all. Is this the 
proper way to edit the button config? If not, how do I do it?

Original comment by zensve...@gmail.com on 30 Dec 2010 at 10:24

GoogleCodeExporter commented 9 years ago
Man, you and your config file is my savior!
I've been fucking around with this problem since a year, but this solution is 
works perfectly. Thanks!

Original comment by tokm...@gmail.com on 26 Feb 2014 at 11:46