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

Video not rendered for .mov files in QML MediaPlayer

XMLWordPrintable

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

      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();
          }
      } 

        1. sample.MOV
          13.80 MB
          Sunil Reddy
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes