Anton Marini
Anton Marini
Hello. Apologies if this is 'the wrong place' to post feedback on video functions. One thing important for professional use cases (read - working with master video files) is PTS...
FWIW, With a properly set up FFMPEG install (I used jrottenberg/ffmpeg 4.4.2-nvidia2004 base container, install python, and did `pip install av --no-binary av`). I was able to see a 6x...
Also adding a +1 :)
Ping, also experiencing this!
Strategy here is to keep the IOSurface around and rebuild the GL context / resources around it, if we need to. Similar to how resize is handled (which requires a...
We could in theory provide an IOSurface backed CVPixelBufferRef as a method in the framework? Thinking aloud? I imagine this would open up some use cases and provide a unified...
Thanks! Sorry for the delay! Im going to take a look at this today! Very much appreciate all the work and support!
Hi. So firstly, thank you again for this work! I have a question or two - mostly a question regarding how the Metal API should be expected to be integrated...
Oh, one last note. It would be a nice quality of life addition if for the public headers there was some similar documentation in the code - but I understand...
Regarding my CommandQueue point: Pro: Users can create a command queue and a command buffer from it, submit their own commands, and then interleave a server publish command wherever they...