Results 1 to 4 of 4

Thread: What is way to record a .mp4 file in QML?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Dec 2019
    Posts
    1
    Qt products
    Platforms
    Windows

    Default Re: What is way to record a .mp4 file in QML?

    Yeah, I've hit roadblocks with QMediaRecorder in QML, too. It doesn't give the flexibility I needed for .mp4, especially when trying to control resolution and bitrate. I bypassed it using some C++ integration and GStreamer for more precise handling. It took longer, but I got better results and more consistent output.

    After recording, I usually need to convert or compress videos depending on the platform they're going to. I've been using this website: ***URL removed*** to convert M4V to MP4 and other formats when I need fast results without messing with too many settings.

    *** Moderator note: Posting links to commercial websites is not permitted in this forum. In addition, many so-called "free file converter" websites are being used for malicious purposes to deliver malware. ***
    Last edited by d_stranz; 11th April 2025 at 16:08. Reason: removed URL

Similar Threads

  1. Replies: 1
    Last Post: 29th August 2018, 11:25
  2. Record Speaker Output to a file
    By vinothrajendran in forum Qt Programming
    Replies: 1
    Last Post: 29th November 2014, 09:30
  3. QMediaPlayer record radio stream to file?
    By gadlol in forum Qt Programming
    Replies: 0
    Last Post: 1st June 2013, 16:33
  4. How to record and play an audio file in qml?
    By harish in forum Qt Quick
    Replies: 2
    Last Post: 17th February 2012, 14:42
  5. Replies: 3
    Last Post: 26th March 2010, 04:32

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
  •  
Qt is a trademark of The Qt Company.