Qt Multimedia API and video decode
- by nicolabrisotto
Hi,
I'm looking to Qt Multimedia API becouse I want to show the same video on 2 different widget. After hacking a little bit the boundled "videographicsitem" example it works using 2 GraphicsView. But this example use QMovie to decode gif, I want to decode avi, mp4, etc.
What can I use to replace QMovie?
Is the multimedia API supported on every platform?