A libmpv-based application for quick and easy creation of video file quality control reports.
https://mpvqc.github.io
-
Install the following tools:
- uv
- just
- On Windows, also install:
- Python 3.12 or later
- Git Bash
- Make sure to use just from Git Bash
-
Ensure libmpv is in your path:
- Linux: Install libmpv via your package manager
- Windows: Download libmpv, extract it and
place the
libmpv-*.dll
in the repository’s root folder
-
Clone the repository
-
Open a terminal where you cloned the repository
-
Initialize the environment:
just init
Run just build-develop
every time you change files in the data
, i18n
, or qml
directories.
This command compiles everything into a Python file and places it in the mpvqc
folder,
so the application picks it up on startup.
Tipp: Configure your IDE to run the build-develop
recipe before launching the app.
If you want to help translating this application into other languages, checkout the guide. Please feel free to open a new issue in case you need help.