- Notifications
You must be signed in to change notification settings - Fork2
A simple libmpv-based application for creating video file quality control reports.
License
mpvqc/mpvQC
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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: Downloadlibmpv, extract it, and place the
libmpv-*.dll
in the repository’s root folder
- Linux: Install
Whenever you change files in thedata
,i18n
, orqml
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 thebuild-develop
before launching the application.
If you want to translate this application into more languages, see theinternationalization guide.Feel free to open a new issue if you need further assistance.
About
A simple libmpv-based application for creating video file quality control reports.