[PyQt] Embedding VLC

David Boddie david at boddie.org.uk
Sat Mar 6 14:57:40 GMT 2010


On Sat Mar 6 09:25:33 GMT 2010, Matt Carlson wrote:
> Chris Laux wrote:

> > I made a prototype PyQt app that plays movies using MPlayer which
> > displays the video in a plain QWidget. It turns out to be very simple -
> > just pass "-wid" to mplayer and then the widget's .winId(). I'm using
> > mpylayer ( http://code.google.com/p/mpylayer/ ) to control mplayer from
> > the pyqt GUI. I can post some code if you're interested. Also, this is
> > on Linux, I haven't tested on Win/Mac.
> >
> > Just FYI.
>
> I'd be interested to see some code for this. Please post it.

There may be something similar here:

http://www.diotavelli.net/PyQtWiki/Multimedia_Resources

David


More information about the PyQt mailing list