Phoenix - wx.media - play video

Hi, I have been actively using wxpython for the past few years with Python 2.7. I have been holding off moving to Python 3 and Phoenix as previously it didn’t include all the features I was currently using. I now have a need to create an application that plays video which needs to be frame accurate, and I just read on this list that wx.media was now available in Phoenix.
So I am asking if now is the time to make the switch to Python 3 and Phoenix?

I have been using the example on the below link, but this has proved troublsome, is there any Phoenix exmplaes for playing video?

https://www.daniweb.com/programming/software-development/code/216704/wxpython-plays-audio-and-video-files

Another option I am slo keen to explore for playing video is using a 3rd party, ffplay for example (command line, read the stdout, etc), but I would need to attach / embed this into a wxpython (Phoenix) frame / application. Is this possible at all?

Thanks for any help

I did the pull requeset for MediaCtrl.
Please have a look at the wxPython demo. The MediaCtrl.py demo should work. If not, please give feedback.

Regards,

Dietmar

···

On 20.05.2016 23:11, kevjwells wrote:

I have been using the example on the below link, but this has proved troublsome, is there any Phoenix exmplaes for playing video?
wxPython Plays Audio and Video Files | DaniWeb