Qt Multimedia API and video decode
Posted
by nicolabrisotto
on Stack Overflow
See other posts from Stack Overflow
or by nicolabrisotto
Published on 2010-01-25T13:48:05Z
Indexed on
2010/04/04
7:03 UTC
Read the original article
Hit count: 459
qt4
|multimedia
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?
© Stack Overflow or respective owner