Results 1 to 5 of 5

Thread: do we have ffmpeg like in qt/qt-modules

  1. #1
    Join Date
    Aug 2008
    Posts
    60
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default do we have ffmpeg like in qt/qt-modules

    Does Qt has ffmpeg like class or module?
    Can anybody explain what is the difference between Phonon and ffmpeg?

    Thank you.

  2. #2
    Join Date
    Jul 2008
    Posts
    47
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: do we have ffmpeg like in qt/qt-modules

    Something like following?

    GStreamer uses ffmpeg as one of its modules.
    Phonon is a wrapper around GStreamer on Linux.

  3. #3
    Join Date
    Jul 2008
    Posts
    69
    Thanks
    9
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: do we have ffmpeg like in qt/qt-modules

    You can use Qprocess to call Mplayer/Mencoder with use the ffmepg

  4. #4
    Join Date
    Aug 2008
    Posts
    60
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: do we have ffmpeg like in qt/qt-modules

    Currently I am using ffmpeg, but i wnt to remove the dependancy on ffmpeg, if Qt provides something similar.

  5. #5
    Join Date
    Jan 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: do we have ffmpeg like in qt/qt-modules

    Maybe helpful: I wrote an FFmpeg wrapper for QT4. You can find it here: http://code.google.com/p/qtffmpegwrapper

    It provides two classes: QVideoEncoder and QVideoDecoder. Frames are passed as QImage to/from the encoder/decoder. Any video format supported by FFmpeg is supported.

    There could be a few more exposed functions, but for me it does the job.

    Modified BSD license.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.