Replies: 2 comments 2 replies
-
|
To add to the confusing (although it's likely a bug): |
Beta Was this translation helpful? Give feedback.
-
|
The output format selection depends of few options that interact with each other. SDR file:
No gamma adjustment is made, bt.1886 is passed through with minimal changes. This is not matching swapchain configuration, see
You explicitly asked for
Same as the above, fallback to sRGB, but with
When there is no hint, we don't care about swapchain configuration and always use
This is the same as first case, no gamma adjustment. This should have HDR file: It should be clear by now why it does that it does. Let me know if you have specific questions about this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone knowledgeable about this stuff please explain how this makes sense.
My confusion comes from not understanding why mpv would report any other value than what I explicitly set as --target-trc=, bt.1886 in this case.
Windows 11, mpv v0.41.0-162-g9ccd8899f
SDR file
mpv --no-config sdr.mkvReported display transfer: bt.1886mpv --no-config --target-trc=bt.1886 sdr.mkvReported display transfer: gamma2.2mpv --no-config --treat-srgb-as-power22=no --target-trc=bt.1886 sdr.mkvReported display transfer: srgbmpv --no-config --target-colorspace-hint=no --target-trc=bt.1886 sdr.mkvReported display transfer: bt.1886mpv --no-config --target-colorspace-hint-strict=no --target-trc=bt.1886 sdr.mkvReported display transfer: bt.1886HDR file
mpv --no-config dovi.mkvReported display transfer: gamma2.2mpv --no-config --target-trc=bt.1886 dovi.mkvReported display transfer: gamma2.2mpv --no-config --treat-srgb-as-power22=no --target-trc=bt.1886 dovi.mkvReported display transfer: srgbmpv --no-config --target-colorspace-hint=no --target-trc=bt.1886 dovi.mkvReported display transfer: bt.1886mpv --no-config --target-colorspace-hint-strict=no --target-trc=bt.1886 dovi.mkvReported display transfer: bt.1886Beta Was this translation helpful? Give feedback.
All reactions