Multimedia :: HELP!  Videos are too dark!



Whether I play videos on Youtube or download them as *.flv files for viewing on the UCI version of MPlayer, they always come out too dark.  The footage always gives the appearance of trying to see the world through extra-dark-tinted sunglasses.

What can I do about this?  What configurations do I need to change?

Try some of the video filters, like brightness equalisator:
mplayer -vf eq=50:0 myfile.flv

the first number is brightness, the second is contrast

Thanks!  Now how do I get this implemented in the MPlayer configurations so that I don't have to manually type in the file name?  I'm using the *.uci version of MPlayer, but it's not letting me change the video settings in the equalizer menu.  The contrast, brightness, hue, and saturation are locked at 100, the highest possible settings.
You can add settings to your mplayer config file, such as ~/.mplayer/config
(probably with something like vf=eq=50:0 )

You can also control the video at runtime
1 and 2 adjusts contrast
3 and 4 adjusts brightness
5 and 6 adjusts hue
7 and 8 adjusts saturation

Next Page...
original here.