Difference between revisions of "User:Notpeter"
Jump to navigation
Jump to search
(Initial stub.) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | =Python Tutorial - scratch= | + | =Python Tutorial - scratch= |
+ | |||
My attempts to play with the vlc.py python VLC control API. | My attempts to play with the vlc.py python VLC control API. | ||
+ | |||
+ | * [http://liris.cnrs.fr/advene/download/python-ctypes/doc/index.html API Documentation] | ||
+ | * [http://liris.cnrs.fr/advene/download/python-ctypes/ Python bindings (ctypes-based) for VLC] | ||
+ | * [http://liris.cnrs.fr/advene/download/python-ctypes/git/vlc.py VLC.py] (current git). | ||
+ | |||
+ | ---- |
Latest revision as of 22:01, 8 November 2009
Python Tutorial - scratch
My attempts to play with the vlc.py python VLC control API.
- API Documentation
- Python bindings (ctypes-based) for VLC
- VLC.py (current git).