Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-114126

Video not rendered for .mov files in QML MediaPlayer

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.5.4, 6.6.2, 6.7.0 FF
    • 6.5.0
    • Multimedia
    • None
    • Android
    • 2023wk52FOQtforAndroid

    Description

      While playing the MOV video using QML multimedia player, only the audio portion of the video file is audible and the video remains blank. Attached video file. Noticed this issue on Android version 12 and above.

      Window {
          width: 640
          height: 480
          visible: true
          MediaPlayer {
             id: player
             audioOutput: AudioOutput{}
             videoOutput: videoOutput
             source: "sample.MOV"
          }
          VideoOutput{
             id:videoOutput
             anchors.fill:parent
          }
          MouseArea{
           anchors.fill: parent
           onPressed: player.play();
          }
      } 

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              bartlomiejmoskal Bartlomiej Moskal
              sunilfyi Sunil Reddy
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes