Q: | The video contains one or more weird lines |
A: | This may happen with some buggy graphics drivers. Update your driver. A workaround that often helps is to disable usage of the YV12 colorspace. In ffdshow video decoder configuration, on the Output page, uncheck YV12. If you (sometimes) see a single single horizontal line in the video, then that is called "tearing". See this topic for some solutions for that problem. |
Q: | I have troubles displaying RealMedia files on my secondary monitor |
A: | Rename your file to .rmvb. Then MPC will use DirectShow instead of the RealMedia framework to play the file. |
Q: | When I play the video full-screen, the screen goes black while the audio continues normally. |
A: | This problem may occur if you have the WindowBlinds or ObjectDock programs installed. Disable those programs. If you have a NVIDIA GeForce graphics card, then you could try to update its drivers. |
Q: | Some videos files look "washed out" and colors are not vivid |
A: | This is caused by wrong luminance levels. Solutions can be found here. If luminance levels are wrong, then black is displayed as dark gray and white is displayed as very light gray. Colors look very dull. |
Q: | What are luminance levels? |
A: | Digital video is typically encoded in a YUV format. YUV is a family of color spaces (YV12, YUY2, etc), that encode color information (chroma) separately from brightness information (luma). The most common thing to go wrong is that the video renderer outputs TV levels instead of PC levels. |
Q: | How can I correct wrong luminance levels? |
A: | There are several methods for correcting luminance levels. We have listed them below in order of recommendation. All methods assume that you are outputting the video to a PC monitor or LCD TV, meaning a device that needs full range luminance (0-255). If you are using an old CRT TV or projector, then read the comments at methods 2 and 3.
Method #3: Convert to RGB32 with ffdshow There are additional options on the RGB conversion page. Recent versions of ffdshow will automatically use the correct settings, so you don't need to worry about them. |