Control VLC from Python in Windows

我在Windows 7中运行VLC(媒体播放器)。有没有办法从Python中控制VLC的运行实例(如:播放,暂停,设置音量)?


Yes, you can control it via telnet (with telnetlib). There are also libvlc bindings, but I'm not sure you can use that to control an existing VLC instance.


As a general alternative to already mentioned solutions it's good to know about pywinauto

UPDATE:

Check out swapy for a way to with pywinauto more easily.

链接地址: http://www.djcxy.com/p/45300.html

上一篇: 如何使用实体框架将实体加载到私有集合中

下一篇: 在Windows中从Python控制VLC