Screenshot file types changeable?

Suslik V

Active Member
You still using new OBS where hooks were updated. You need to rollback to previous version of OBS.
The DXGI_FORMAT_R10G10B10A2_UNORM (BufferDesc.Format: 24) is what the Game Capture catches - it is not 8 bit.
 

Suslik V

Active Member
In short - from point of view of OBS your source is 10-bit image (I don't know is it true or not, but because you said that sometime ago all worked OK, so I assumed that something is wrong with the OBS itself rather than with the game render - no updates etc, all is the same, only OBS was updated).
 

Suslik V

Active Member
The 8-bit source of the Game Capture likely will look like this (in the log-file of OBS v29.1.1):

BufferDesc.Format: 28 ---> DXGI_FORMAT_R8G8B8A8_UNORM

or

BufferDesc.Format: 87 ---> DXGI_FORMAT_B8G8R8A8_UNORM
 
Top