qt-interest@trolltech.com
[Top] [All Lists]

Re: [Qt-interest] about reading and writing various video format

Subject: Re: [Qt-interest] about reading and writing various video format
From: Brad Hards
Date: Mon, 29 Dec 2008 11:26:25 +1100
On Monday 29 December 2008 02:34:18 James Yan wrote:
> in my current project, i need to read/write various video formats, can Qt
> do this job for me? or it just give me a frameworks? ( like DirectX, need
> additional filter dll to process video files). any other cross-platform lib
> for such purpose? ffmpeg can be used for commercial product? thanks.
Phonon can provide part of the solution.
http://doc.trolltech.com/4.4/phonon-overview.html

Qt does provide various backends for this. Capabilities of phonon are 
determined by the capability of the backend. You'd need to do your 
requirements analysis and determine which (if any) are suitable for your 
needs.

Brad
_______________________________________________
Qt-interest mailing list
Qt-interest@xxxxxxxxxxxxx
http://lists.trolltech.com/mailman/listinfo/qt-interest

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Qt-interest] about reading and writing various video format, Brad Hards <=