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

QML Video alpha channel

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.9
    • Multimedia
    • None
    • macOS Qt 6.9.0

      This is no alpha channel support if you try to play video with alpha channel, e.g. play https://rotato.netlify.app/alpha-demo/movie-webm.webm

       

      Rectangle {
          anchors.fill: parent
          color: "red"
          Video {
             width: 100
             height: 100
             source: "https://rotato.netlify.app/alpha-demo/movie-webm.webm"
          }
      }

       

      If there is some workaround via c++ classes to render frames with alpha channel, please update documentation

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

            qtmultimediateam Qt Multimedia Team
            antkudr Anton Kudryavtsev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes