Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Poor quality mediaplayer with mp4

Poor quality mediaplayer with mp4

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 149 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    filipdns
    wrote on last edited by
    #1

    Hello,

    using mediaplayer on Qt 5.11 msvc2017 and code below, I have poor quality of an mp4 with verticals lines and not this problem reading with vlc or mediaplayer.

    any solutions?

    code:

        MediaPlayer {
            id: mediaplayer
           // source:
            loops:MediaPlayer.Infinite
            playbackRate: 0.5
        }
    
        VideoOutput {
            anchors.fill: parent
            source: mediaplayer
        }
    
        MouseArea{
            anchors.fill:parent
            onClicked:{mediaplayer.source="file:///E:/Telechargements/Clouds-Precipitation Europe(1).mp4";mediaplayer.play()}
        }
    

    Sans titre.jpg

    thank you for your help

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved