karthik101 / movie-content-editor

Automatically exported from code.google.com/p/movie-content-editor
4 stars 0 forks source link

Current versions doesn't work on 64 Bit Mac OSX #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

with VLC 1.1.12 the native 64 bit python bindings for VLC work.

Because we need a pyqt based player in our own project I was very lucky to find 
your project with some pyobjc code for implementing a NSView inside a QtWidget; 
brilliant :-)

I had so change some stuff to get it working on my mac with os 10.6

The working example includes a video (some old panda) for easy testing:
http://dl.dropbox.com/u/13529909/QTmac/pyqtvlc.zip
A README file is included, with a log of what I had to change to get it working.

I don't know how to implement resizing of the video window and/or
fullscreen support. 

I also posted the example on the VLC mailing list-> I hope they will provide a 
working qtvlc.py.
http://forum.videolan.org/viewtopic.php?f=12&t=94679

Kind Regards,
Rene

Original issue reported on code.google.com by acidj...@gmail.com on 15 Oct 2011 at 1:22