mpv-player / mpv

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

How to disable icc color management #9139

Closed estaf1001 closed 3 years ago

estaf1001 commented 3 years ago

Hi all In manual of mpv I had meet a next phrase "when ICC color management is not being used", but I can't find how to disable)) that "icc color managed" option. There are all features with icc etc, but not only how to disable icc color management system.

When I open mpv and watch movie with that player and compare it with vlc player, that I see that mpv use cms. vlc don't use cms, afaik.

Akemi commented 3 years ago

--icc-profile= and --icc-profile-auto. neither are set by default, so colour management is disabled.

estaf1001 commented 3 years ago

had tested --icc-profile=no, --icc-profile=none, --icc-profile-auto. wasn't disabled. I compare it with vlc.

estaf1001 commented 3 years ago

In vlc a color have more contrast. vlc work without color manage

porg commented 2 years ago

@Akemi thanks for stating here that in mpv by default color management is disabled.

  1. I'd appreciate if such an important information would be mentioned in the official manual at the relevant sections like https://mpv.io/manual/master/#options-icc-profile-auto Because on macOS media apps by default use ColorSync and you rather must opt out than opt in. For example all the first party media playback apps Preview.app, QuickTime Player.app and image/video display in Safari.app all use ColorSync by default, that is they respect color profiles if embedded, or they assume a default profile for files without an embedded profile or profile reference name in the metadata/header section of the media file. Having an colors unmanaged, not going through ColorSync is rather exceptional for Mac apps.

  2. And last but not least, I'd like an open discussion why you got to that decision to be without color management? I don't doubt it! I rather know simply less about color management of videos, especially in the context of lossy web videos. And would like to hear what aspects lead to that decision. Thanks!