PyMPlayer: Lightweight and dynamic MPlayer wrapper with a Pythonic API
PyMPlayer provides several classes for easily using MPlayer in Python.
Features
Requirements
Optional
Installation
To install (having made sure that the dependencies are installed and working) do (as root normally):
python setup.py install
(You can optionally provide a prefix using the following form, but if you do remember to setup PYTHONPATH accordingly)
python setup.py install [--prefix=<prefix>]
Documentation
Consult the wiki pages in http://code.google.com/p/python-mplayer/
Copyright and Licensing
The PyMPlayer package and submodules (mplayer/*.py) are released under the terms of LGPL 3. See LICENSE for the full license.
PyMPlayer is Copyright (C) 2007-2011 Darwin M. Bautista.
The LGPL is Copyright (C) Free Software Foundation.
Contact Info
Project Page: http://code.google.com/p/python-mplayer/ URL and download: http://pypi.python.org/pypi/PyMPlayer/
Author and Maintainer: Darwin M. Bautista djclue917@gmail.com