https://github.com/trin94/qtquick-mpv
https://github.com/trin94/qtquick-mpv
mpv pyqt5 pyqt6 pyside2 pyside6 python qtquick
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/trin94/qtquick-mpv
- Owner: trin94
- License: agpl-3.0
- Created: 2022-03-19T10:50:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-13T09:03:27.000Z (9 months ago)
- Last Synced: 2026-04-28T17:39:23.300Z (2 months ago)
- Topics: mpv, pyqt5, pyqt6, pyside2, pyside6, python, qtquick
- Language: Python
- Homepage:
- Size: 21.7 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# State
| Binding | Windows | Linux |
|---------|:-------:|:-----:|
| PyQt5 | ✅ | ✅ |
| PyQt6 | ❌ | ❌ |
| PySide2 | ✅ | ✅ |
| PySide6 | ✅ | ✅ |
# Installation
1. **Install these tools**
- [Compatible Python version](https://www.python.org/downloads)
- [uv](https://github.com/astral-sh/uv)
- [just](https://github.com/casey/just)
- **Windows users also need**
- [Git Bash](https://git-scm.com/downloads)
- Be sure to run `just` inside Git Bash
1. **Clone the repository**
1. **Open a terminal** where you cloned it
1. **Initialize the environment**
```console
just init
```
1. **Add libmpv to your path**
- **Linux**: Install `libmpv` through your package manager
- **Windows**: Download [libmpv (mpv-dev-x86_64)](https://github.com/shinchiro/mpv-winbuild-cmake/releases), extract
it, and place the `libmpv-*.dll` in the repository’s root folder
1. **Run the sample**
```console
just run-
```
# Video Licences
Videos are from: https://github.com/Matroska-Org/matroska-test-files
Both Big Buck Bunny and Elephant Dreams and licensed under the Creative Common License Attribution license, also known
as CC-BY.
The recommended license text for Big Buck Bunny is (c) copyright 2008, Blender Foundation / www.bigbuckbunny.org.
The recommended license text for Elephant Dreams is (c) copyright 2006, Blender Foundation / Netherlands Media Art
Institute / www.elephantsdream.org.