Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

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

    General and Desktop
    qt5.4 qt creator qt 5.4.1 qt application qtmultimedia
    2
    4
    1806
    Loading More Posts
    • 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
      Sajad Manal last edited by

      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 Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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 Reply Quote 0
        • S
          Sajad Manal last edited by

          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 Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            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 Reply Quote 0
            • First post
              Last post