|
Project Information
Members
Featured
Downloads
Wiki pages
|
mpylayer is a python package to easily control mplayer (and in the future mencoder) in python, using a pythonic OO syntax. A quick example: >>> mp = mpylayer.MPlayerControl()
>>> mp.loadfile('/path/to/some_music.mp3')
>>> mp.volume = 100Now you can:
Send feedback to nosklo at gmail dot com. |