Qt-interest Archive, April 2008
Re: Qmovie and Qlibrary doubts
Message 1 in thread
> hello
> i want to playback .avi file using Qmovie class, but it is
> only capable of playing .gif animations and MNG . if i load ffmpeg
> library (say libavcodec.so) using Qlibrary class , is it possible for me
> to play an .avi file using QMovie class?
>
> plz explain?
No this is not possible. QMovie can only be used for .mng and .gif files
and provides no support for other media playback. I still suspect you
can make your files playable through Phonon/GStreamer with the right set
of codecs. See http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
and try to find a package for your distribution.
If you really need complete control over the decoding process, I suggest
you look into using a low-level media framework such as GStreamer or
Xine-lib directly.
--
[ signature omitted ]
Message 2 in thread
hello
i want to playback .avi file using Qmovie class, but it is
only capable of playing .gif animations and MNG . if i load ffmpeg
library (say libavcodec.so) using Qlibrary class , is it possible for me
to play an .avi file using QMovie class?
plz explain?
regards
madhan kumar.R
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.
Contact your Administrator for further information.
--
[ signature omitted ]