MPlayer with color management patch for win32
Here is a custom win32 build of MPlayer including the color
management patch by Yue Shi Lai that I discussed in this
thread
mplayer_vfcm.7z
Usage example:
mplayer.exe -vf cm=src_prim=smpte:dest=hp_2475w
path_to_your_video_file
See the manual at
the 'cm' section for complete documentation
Notes:
- configuration files (font, config etc.) should be placed in
the same directory as the executable.
- Profiles (icc/icm) are usually in
WINDOWS/system32/spool/drivers/color, and can be found there by
MPlayer.
- Try using the OpenGL output for hardware assisted color
conversion, with -vo gl:yuv=6
- An alterntive solution for color aware video playback using
pixel shader is discussed for MPC-HC here:
A Guide to Wide-Gamut Displays (v1.3)
-- Uncle-P.