python-vlc
python-vlc copied to clipboard
Python vlc bindings
While regenerating bindings from a fresh state, the python-vlc generator fails due to missing type conversion for `libvlc_time_t*` parameters in `libvlc_media_player_get_abloop`. This does not appear when `generated/dev` already exists, but...
Since Python 3.12 invalid escape sequences emit `SyntaxWarning` lines. https://docs.python.org/3/whatsnew/3.12.html#other-language-changes This PR fixes all escape sequences in the codebase. Full explanation: https://stackoverflow.com/a/77531416/1762343
Hi, Thank you very much for the library and absolutely glorious piece of art that is VLC! I spent the last days scripting around with a video project on a...
I have struggled on this problem for about 1 day. I tried so hard on many ways, like this, but I still cannot make it use RV24 chroma. ``` python...
**SYMPTOM:** Your stand-alone VLC plays .mp4 files with H.264 encoding fine, but when you try to do the same with python-vlc, it doesn't. You get an error **"Codec `h264' (H264...