-
Notifications
You must be signed in to change notification settings - Fork 414
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Currently, all content in YUV is converted to RGB 8bit (maybe with 8 bit alpha channel) for playback. However, it should be possible to playback 10 bit content using openGL somehow. I did not do any tests on this yet though.
Describe the solution you'd like
Switch the central widget to an openGL enabled widget and enable 10 bit playback using native openGL.
Describe alternatives you've considered
There are no alternatives as far as I know. Qt does not support this natively in the software based rasterization.