Qt 6.11 is out! See what's new in the release
blog
Cant find a way to implement MPV player into my project
-
Hi,
Do you mean the one from http://mpv.io ?
What exactly are you trying to achieve ? -
Hi,
Do you mean the one from http://mpv.io ?
What exactly are you trying to achieve ?@SGaist exactly this mpv player. and im trying to make it possible to play music in my software, i have the play/pause button, the skip button, the shuffle and the repeat button. and also i have the "progress bar" like thing for showing how much of the track is left and shit. do u understand now?
-
Not that I want to discourage you but did you consider using Qt Multimedia ? It already provides support for playing music using ffmpeg under the hood.
That said, did you already check the mpv C client api ?