mpv icon indicating copy to clipboard operation
mpv copied to clipboard

Hdr support

Open Jamie666123 opened this issue 2 years ago • 2 comments

Don't ask questions about issues, errors or problems you have and instead open a proper issue with the right template from the previous selection.

This template is meant for questions about the workings of mpv, to clarify about unspecified behaviour of options or command, or anything else that is not well described and needs clarification.

Before asking a question make sure it hasn't been asked or answered yet. https://github.com/mpv-player/mpv/labels/meta%3Aquestion

Log file

Hi was just wondering and just a quick question if there are any app versions of mpv player anywhere third party or whatever which support hdr passthrough and full hdr support

Even if you think it's not necessary at first, it might help us later to find possible issues. Make a log file made with -v -v or --log-file=output.txt, paste it to https://0x0.st/ or attach it to the github issue, and replace this text with a link to it.

Jamie666123 avatar Aug 04 '22 17:08 Jamie666123

For Win11 with Nvidia GPU this works fine for me:

target-colorspace-hint
vo=gpu-next
gpu-api=vulkan
hwdec=auto-safe

hwdec=auto-safe should pick nvdec as hardware decocder. Haven't tried HDR with mpv on Win10/Linux/Mac or Intel/AMD GPUs so ymmv.

daddy-cool avatar Aug 06 '22 15:08 daddy-cool

target-colorspace-hint vo=gpu-next gpu-api=vulkan hwdec=auto-safe

works the same way on Win10

mdannp avatar Aug 08 '22 11:08 mdannp