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:
- Check the Features and the list of AvailableCommandsAndProperties.
- See HowToInstall.
- read more InformationAboutMplayer
- read the ToDoList
Send feedback to nosklo at gmail dot com.