Fix blue tinted video in Ubuntu
A strange issue has been identified in Ubuntu where video takes on a blue colored tint. Other descriptions of the problem include inverted colors, blue skin tones, or distorted video hues. The problems have been reproduced with Totem (Gstreamer), Totem (Xine), Mplayer, as well as VLC and other players.
The common theme with this bug seems to be the use of the Nvidia closed source drivers.
Here is an example showing the blue tint problem.
Here are the specific steps to fix the issue for the Totem (Gstreamer) player. There may be similar methods for other players.
The first thing you need to do is make a change to gstreamer-properties.
Open gstreamer-properties from within a terminal.
$ gstreamer-properties
Now click on the Video tab. From the Plugin dropdown box select Custom. Finally add the following line to the Pipeline box.
videobalance hue=-1 ! autovideosink
The window should look like this.
Restart Totem for these changes to take effect.
Related posts:
The Dell Inspiron Zino HD is the perfect machine if you are looking to build...
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.
Comments
Comments (10)
Thanks. Worked great.
Worth mentioning that if you -like me - automatically sudo’ed the gstreamer-properties command, this will not work. I guess that sets the properties for the root user, not your current user.
… Now if I can only get rid of the video-tearing, I can free up my Windows partition for good
See workaround in this bug:
https://bugs.launchpad.net/totem/+bug/395476 , assuming you’re using the closed-source nvidia drivers:
# open totem via Applications > Sound & Video > Movie Player
# open the preferences window via Edit > Preferences
# select the Display tab
# click the Reset to Defaults button
… that fixed the blue tint problem for me in mplayer, VLC, and totem.

on March 24, 2009 9:53 am
does anybody know the specific steps for other players?
thanks