Results 1 to 4 of 4

Thread: Phonon(video and audio separately)

  1. #1
    Join Date
    Jul 2007
    Location
    BY.Minsk
    Posts
    90
    Thanks
    10
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Phonon(video and audio separately)

    There are media, video and audio track:
    file.avi
    file.wav

    Should simultaneously start playback these files.
    Possible?

  2. #2
    Join Date
    Mar 2009
    Posts
    10
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Unhappy Re: Phonon(video and audio separately)

    Seems like Phonon ignores loading multiple file formats because i tried to load a list of files from directory and an error occurred that it cant have multiple filters!

    Its also a problem to me either!..

  3. #3
    Join Date
    Jul 2007
    Location
    BY.Minsk
    Posts
    90
    Thanks
    10
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Post Re: Phonon(video and audio separately)

    Hmmm ... But if the documents Qt mentioned the possibility of constructing their own DS Graph, why can not I do like this:

    Qt Code:
    1. object = new Phonon:: MediaObject (this);
    2. object-> setCurrentSource (Phonon:: MediaSource ( "1.avi"));
    3.  
    4. object2 = new Phonon:: MediaObject (this);
    5. object2-> setCurrentSource (Phonon:: MediaSource ( "1.wav"));
    6.  
    7. Phonon:: createPath (object, object2);
    8. Phonon:: createPath (object, vw);
    9.  
    10. vw = new Phonon:: VideoWidget (ui.widget);
    To copy to clipboard, switch view to plain text mode 

    It not working

  4. #4
    Join Date
    Sep 2009
    Posts
    39
    Thanks
    3
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Phonon(video and audio separately)

    Hi to all...
    Im working on Embedded ARM. Initially i want to know how to install phonon module on Linux PC. Later on I want to compile for Embedded ARM architecture. Plz assist me how to do it...... What to download or in ./configure we need to change something. Once after supporting it i want to play some and video files. Please suggest me, it s urgent..

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.