benbaldivia-maumai

Results 5 comments of benbaldivia-maumai

> @benbaldivia-maumai Hi, would you like to open a PR that add configurable hardware device to `codec/vaapi`? Similar to #621 :) I definitely would be open to that. I can...

@3DRX Sounds good. I will see about trying the ffmpeg encoder. As a note, `vaapi` should work, I expect, if it is used on a device with `VAEntrypointEncSlice` support. The...

@3DRX It isn't exactly clear how to set this up. Either way, I was looking at the code and I don't actually see the vp9 codec used. I see vp8...

> @benbaldivia-maumai Hi, I've updated the ffmpeg based encoder module to support vp9_vaapi. One of the benefits using ffmpeg is that adding new codec support requires minimal code change :)...

So, I actually ended up implementing many codecs in a different private package which just uses `go-astiav` (maybe not too different from the ffmpeg integration PR). However, actually, I had...