mpv-player / mpv

🎥 Command line video player
https://mpv.io
Other
28.85k stars 2.93k forks source link

3D LUT calibration feature #2981

Closed GerhardR01 closed 8 years ago

GerhardR01 commented 8 years ago

Hello,

Is it possible with mpv player to interpret the video with a 3D LUT loaded. The reason would be to get a really color calibrated viewer (not only by the systemwide ICC profiles which are just 1D LUTs and don't do gamut mapping).

If not, this is a feature request!

Thank you, Gerhard

haasn commented 8 years ago

Mpv already has this feature, see icc-profile.

not only by the systemwide ICC profiles which are just 1D LUTs and don't do gamut mapping

I think you are confusing ICC profiles with your GPU's gamma tables. The former can include the latter, which the OS uses. But mpv can use the full extent of ICC profiles, which does include gamut mapping.

GerhardR01 commented 8 years ago

Thanks for your answer. You're right I confused the two. But from what I know OS X can only use the gamma tables and software like Adobe Photoshop can use ICC profiles with gamut mapping. So I assume with mpv it's the same. Thank you.