My favorites | Sign in
Project Home Downloads Wiki Issues Source
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 = 100

Now you can:

Send feedback to nosklo at gmail dot com.

Powered by Google Project Hosting