Re: [Nuke-python] video in Widget

2012-10-30 Thread Kim Ranzani
Thanks for the answer... I'll give it a try. Kim 2012/10/29 Deke Kincaid > I would look into embedding it in a webpage. Look at the included > webBrowser.py example which uses QtWebKit. > > -deke > > On Mon, Oct 29, 2012 at 1:37 PM, Kim Ranzani wrote: > >> Hi Everyone, >> >> Does anybody tried

Re: [Nuke-python] video in Widget

2012-10-29 Thread Deke Kincaid
I would look into embedding it in a webpage. Look at the included webBrowser.py example which uses QtWebKit. -deke On Mon, Oct 29, 2012 at 1:37 PM, Kim Ranzani wrote: > Hi Everyone, > > Does anybody tried to have some sort of video player with PySide in nuke? > As far as I know Phonon is not s

[Nuke-python] video in Widget

2012-10-29 Thread Kim Ranzani
Hi Everyone, Does anybody tried to have some sort of video player with PySide in nuke? As far as I know Phonon is not shipped with nuke. I tried messing around with QtMultimedia But with no results. I also tried the vlc.py python bindings but again it gives me some type errors. Any Ideas? thanks