A simple libmpv-based application for creating video file quality control reports.
https://mpvqc.github.io
-
Install these tools
- Python 3.12 or later
- uv
- just
- Windows users also need
- Git Bash
- Be sure to run
just
inside Git Bash
-
Clone the repository
-
Open a terminal where you cloned it
-
Initialize the environment:
just init
-
Add libmpv to your path
- Linux: Install
libmpv
through your package manager - Windows: Download libmpv, extract it, and place the
libmpv-*.dll
in the repository’s root folder
- Linux: Install
Whenever you change files in the data
, i18n
, or qml
directories, run:
just build-develop
This compiles them into a Python file in the mpvqc folder, so the app recognizes them on startup.
Tip: Configure your IDE to run the build-develop
before launching the application.
If you want to translate this application into more languages, see the internationalization guide. Feel free to open a new issue if you need further assistance.