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?
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