Results 1 to 5 of 5

Thread: Video Player: Pitch Shift

  1. #1
    Join Date
    Nov 2013
    Posts
    6
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Windows

    Default Video Player: Pitch Shift

    Hello! I’m developing a video player for playing karaoke videos. One useful feature would be to change the key of a song while playing back. So how could I modify the audio stream of a video while playing back in a QT application? There seemed to be hardly any information about this.

  2. #2
    Join Date
    Nov 2013
    Posts
    6
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Windows

    Default Re: Video Player: Pitch Shift

    It has been a while. Is this even possible with qt? Anyway, it would be extremely helpful if anyone could answer to even one of the following questions:
    - How could I separate audio from a video file?
    - How could I change the audio track of the currently playing video?
    - Are there any other libraries that could help?

  3. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Video Player: Pitch Shift

    What kind of API are you using right now?

    Cheers,
    _

  4. #4
    Join Date
    Nov 2013
    Posts
    6
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Windows

    Default Re: Video Player: Pitch Shift

    I'm pretty much still designing the program. I haven't really started programming yet (apart from some tests), because I try to figure out these problems before making technology decisions. It seems that the easiest way to create a video player would be using QMediaPlayer class, but I believe that for the pitch shift I'll need something less automated.

  5. #5
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Video Player: Pitch Shift

    You might have to use a more low-level API, e.g. Qt bindings to GStreamer

    Cheers,
    _

Similar Threads

  1. Phonon video player
    By sangee in forum Qt Programming
    Replies: 0
    Last Post: 18th October 2012, 08:15
  2. frame and video player
    By Kethan Kumar in forum Qt Programming
    Replies: 0
    Last Post: 17th February 2012, 10:38
  3. how to set duration of a video in a video player in qt
    By qt_user in forum Qt Programming
    Replies: 1
    Last Post: 7th August 2010, 11:51
  4. Phonon Video Player Problem...
    By emrez in forum Qt Programming
    Replies: 0
    Last Post: 14th July 2010, 15:26
  5. Phonon Video Player + XML
    By igor.schkrab in forum Qt Programming
    Replies: 0
    Last Post: 25th November 2009, 00:49

Tags for this Thread

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.