obs-vaapi
obs-vaapi copied to clipboard
OBS Studio VAAPI support via GStreamer
Profiles are not part of encoder option, but part of src pads vah265enc ``` SRC template: 'src' Availability: Always Capabilities: video/x-h265 profile: { (string)main, (string)main-10 } width: [ 1, 7680...
Hello, OBS has a pixel format setting for video in the advanced tab where we can choose between full range (0-255 for 8-bit yuv) or limited range (16-235) color range....
Would be nice to have texture encoding. GStreamer supports it via DMABUF. If anyone comes up with some code to get a DMABUF handle from a gs_texture I think I...