fzwoch / obs-vaapi

OBS Studio VAAPI support via GStreamer
GNU General Public License v2.0
118 stars 3 forks source link

add low power variants of gstva encoders #7

Closed kode54 closed 1 year ago

kode54 commented 1 year ago

Adds the vah264lpenc, vah265lpenc, and vaav1lpenc encoders, which are presented when VA-API has VAEntrypointEncSliceLP instead of VAEntrypointEncSlice for the relevant codecs. Verified working substitutes.

fzwoch commented 1 year ago

Oh wow, I was just loosely preparing for the new plugins. I wasn't even aware they come with low power variants then. Could you actually test it?

fzwoch commented 1 year ago

Oh, you said you did. My Bad. That is awesome, thanks!