Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How can I implement Record Start and Record Stop feature in my QT application "Video player"?
Forum Updated to NodeBB v4.3 + New Features

How can I implement Record Start and Record Stop feature in my QT application "Video player"?

Scheduled Pinned Locked Moved General and Desktop
qt5.4qt creatorqt 5.4.1qt applicationqtmultimedia
4 Posts 2 Posters 2.6k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sajad Manal
    wrote on 17 Oct 2015, 07:29 last edited by
    #1

    I have developed a video media player application and want to add two more functionality:

    1. Record Start- on clicking this, the video which is currently playing on my media player will start recording from that frame.
    2. Record Stop: On clicking this, the recording will stop and that complete recording will be saved in computer as a video file.
    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 17 Oct 2015, 21:46 last edited by
      #2

      Hi,

      You can try with QMediaRecorder

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Sajad Manal
        wrote on 28 Oct 2015, 15:13 last edited by
        #3

        In QMediaRecorder, I can only see how to record a video using camera. My media player has no camera. I want to record a video which is playing on media player at any instant of time and when I click on "stop recording " the recording should save as a video file. How to do that? Help please.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 28 Oct 2015, 15:36 last edited by
          #4

          I've checked, there's currently no option to do it directly with Qt Multimedia. You might want to check the QtAV project.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved