jaseg / python-mpv

Python interface to the awesome mpv media player
https://git.jaseg.de/python-mpv.git
Other
550 stars 68 forks source link

embed python-mpv inside a Qt6 QML window #213

Closed prayag17 closed 2 years ago

prayag17 commented 2 years ago

I looked into https://gitlab.com/robozman/python-mpv-qml-example/-/tree/master/ but it uses pyqt5 and it can't be updated to the latest Qt6 version cause of some QtOpenGL APIs being dumped. Is there a way to do this? please help

trin94 commented 2 years ago

It’s ugly, but it works: https://github.com/trin94/qtquick-mpv

prayag17 commented 2 years ago

Thanks