Anton Marini

Results 157 comments of Anton Marini

Hey @gburlet - no worries, Your input here has been super helpful. I appreciate the prompt reply! thank you!

It seems like you can ``` VTRegisterSupplementalVideoDecoderIfAvailable(kCMVideoCodecType_AV1) VTRegisterSupplementalVideoDecoderIfAvailable(kCMVideoCodecType_VP9) ``` And it should just work, assuming that there is AV1 or VP9 sample buffers that are exposed in a way that...

Now that MLX supports Swift, in theory, custom CoreML layers could be implemented in MLX - and assuming one can configure the MLX layers to operate on float 16 and...

Oh man, that is soooo weird. Thanks for the info. Ill try 49 FPS (who the hell came up with that!?)

Hello. I commented a while back on the Torch Video git issue linked - I'm curious why we can't lean on PyAV with an optional `pip install av --no-binary av`...

Also, added bonus of leveraging PyAV, is that you can get some fun additional use cases - like supporting streaming video inference, supporting raw NAL unit inputs and all sorts...

Hi So, quickly - Syphon has no care about headless or not. This sounds like an issue with `syphonpy` project. My suspicion is that there is no CFRunloop created when...

I've got a good use case of 'getting' a new IOSurface from some other library. It would be cool to be able to publish using either the `SyphonServerBase` class, or...