- 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.13 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 (mpv-dev-x86_64), extract it, and place the
libmpv-*.dll
in the repository’s root folder
- Linux: Install
Compile Resources:
just build-develop
Start the application:
uv run main.py
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.
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.