How to save HDR screenshots with OBS on Windows?

Ihmemies

New Member
Hello,

I understood OBS would save screenshots as JXR if everything is setup correctly. I am trying to capture HDR screenshots from Cyberpunk. The video preview on OBS displays HDR correctly as in not washed out, but when I take screenshots they get saved as washed out JPG's instead.

What kind of magic is required for OBS to save the screenshots as JXR so the HDR data from the image is saved correctly too? Some kind of algorithm deduces this based on variables I do not understand, this is not a manually editable setting.

Is there a list of prerequisites the OBS requires so the saving screenshots as JXR with HDR data works? Thanks.
 

Suslik V

Active Member
and how do you making screenshots in OBS?
 

Ihmemies

New Member
and how do you making screenshots in OBS?
Hello,

sorry. Here is a log file. https://obsproject.com/logs/dveHC6AH17OlSA38

I capture screenshot with a hotkey, shift-f12. There is no explicit talk about HDR I noticed, but switching the video formats to these made the picture look the same in OBS and in game (but not in screenshots).

10:18:09.563: video settings reset:
10:18:09.563: base resolution: 3840x2160
10:18:09.563: output resolution: 3840x2160
10:18:09.563: downscale filter: Bicubic
10:18:09.563: fps: 30/1
10:18:09.563: format: P010
10:18:09.563: YUV mode: Rec. 2100 (PQ)/Full
 

Suslik V

Active Member
Code:
10:18:11.270: [game-capture: 'Game Capture'] d3d12_init: device=0x27BAB0E55E0
10:18:11.270: [game-capture: 'Game Capture'] DXGI_SWAP_CHAIN_DESC:
10:18:11.270:     BufferDesc.Width: 3840
10:18:11.270:     BufferDesc.Height: 2160
10:18:11.270:     BufferDesc.RefreshRate.Numerator: 0
10:18:11.270:     BufferDesc.RefreshRate.Denominator: 0
10:18:11.270:     BufferDesc.Format: 24
Surely, according to: https://learn.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format , the source ("BufferDesc.Format: 24") is 10-bit texture or DXGI_FORMAT_R10G10B10A2_UNORM

Can you right-click over the Game Capture source in the Sources pane and select the action "Screenshot (Source)"?
 
Top