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

Video color change while playing in QML MediaPlayer

XMLWordPrintable

    • iOS/tvOS/watchOS, macOS
    • bd1487b17 (dev), 8262be7ed (dev), f6b8ce3e4 (6.5), ae1d4d599 (6.5), b35e4878e (tqtc/lts-6.2)

      While playing the video in QML multimedia player, video is losing / changing  saturation of color. Attached video file and screenshots showing original color and rendered color

      Item {
       MediaPlayer {
        id: mediaplayer
        source: "FYIfullHD.mp4"
        audioOutput: AudioOutput {}
        videoOutput: videoOutput
       }
       VideoOutput{
        id: videoOutput 
        anchors.fill: parent 
       }
       MouseArea{ 
        anchors.fill: parent 
        onPressed: mediaplayer.play(); 
       }
      }
      

        1. FYIfullHD.mp4
          6.81 MB
        2. Video_color_Issue.jpg
          Video_color_Issue.jpg
          52 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            dorisverria Doris Verria
            sunilfyi Sunil Reddy
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes