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. Recording Video
Forum Updated to NodeBB v4.3 + New Features

Recording Video

Scheduled Pinned Locked Moved General and Desktop
qmediarecorder
4 Posts 2 Posters 1.8k 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.
  • Bear35645B Offline
    Bear35645B Offline
    Bear35645
    wrote on last edited by
    #1

    Hi all,

    I am attaching to a Composite Video Device through a Video Capture card. Displaying the video as it comes in is no problem. I also need to draw some boxes and text on the frames as well as record. I ran across the following and was wondering if this applies if my compiler is MSVC2013?

    http://doc.qt.io/qt-5/qtmultimedia-windows.html

    One person told me I just needed to tell QMediaRecorder where the Codecs are, but I am not sure where to find them, or do I need to install them.

    Thanks,
    Bear

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Yes it applies. The codecs available will depend on what you have installed and if you're using the WMF or DirectX plugin. The best thing to do is get the list available codes to know what you have at hand. You can use QMediaRecorder::supportedVideoCodecs() for that.

      Hope it helps

      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
      • Bear35645B Offline
        Bear35645B Offline
        Bear35645
        wrote on last edited by
        #3

        SGaist,

        So am I reading it right that under Windows QMediaRecorder will not actually record video?

        Bear

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          From a quick look at the sources, it seems so yes currently

          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