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
Hello. Vlc 4.0 added the ability to render video into a custom opengl texture. Can you please find out if python-vlc supports this function. If so is there any example of using this? If not, will this be implemented in the future? Thanks in advance for your answer.
The text was updated successfully, but these errors were encountered:
Yes, I know that I can use an external buffer to fill it into the texture manually, but VLC does not provide hardware acceleration for rendering to an external buffer. Therefore, they created an API for direct rendering inside an OpenGL texture, but in your python-vlc module, the function that should be responsible for this is not realized
These functions are blacklisted because their signature and parameter types makes it not that easy to define automatic conversion to ctypes. If you want, you can contribute the appropriate ctypes wrapper definitions, I will gladly integrate them in the module.
Hello. Vlc 4.0 added the ability to render video into a custom opengl texture. Can you please find out if python-vlc supports this function. If so is there any example of using this? If not, will this be implemented in the future? Thanks in advance for your answer.
The text was updated successfully, but these errors were encountered: