You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorry me again.... 😅
is it possible to specify the decoder type (built in / custom) for the VideoDevice class please?
the current built-in one is a soft decoder and you can't specify with another e.g. hardware type.
The text was updated successfully, but these errors were encountered:
Well if you look into SeeShark/Decode, you'll see there are these classes lying around, HardwareAccelDevice and HardwareAccelStreamDecoder
Currently I believe they do literally nothing, I didn't hook them up because I think I didn't quite know how to proceed with them... I don't even know if I tested any of this. 7_7
Either way if you feel like you can experiment with it, go ahead and clone the repository to see what you can do. In the mean time I'll do the same and see if I can make it easy to have hardware acceleration :)
Well if you look into SeeShark/Decode, you'll see there are these classes lying around, HardwareAccelDevice and HardwareAccelStreamDecoder Currently I believe they do literally nothing, I didn't hook them up because I think I didn't quite know how to proceed with them... I don't even know if I tested any of this. 7_7
Either way if you feel like you can experiment with it, go ahead and clone the repository to see what you can do. In the mean time I'll do the same and see if I can make it easy to have hardware acceleration :)
sorry me again.... 😅
is it possible to specify the decoder type (built in / custom) for the
VideoDevice
class please?the current built-in one is a soft decoder and you can't specify with another e.g. hardware type.
The text was updated successfully, but these errors were encountered: