PDA

View Full Version : Qt video framework?



brcain
7th May 2009, 23:12
I'm looking for video playback/creation capability in Qt ... perhaps something like JMF (Java Media Framework).

Are the VideoPlayer and VideoWidget classes standard Qt?

Is there a tutorial or better description of the capability? I'm curious what codecs are supported. Is the capability just for playback? Can a video can be generated/encoded from sequence of frames?

Thanks,
Ben

munna
8th May 2009, 06:20
Take a look at Phonon (http://doc.trolltech.com/4.5/phonon-module.html) module. Yes I would call this standard Qt.