https://github.com/mpvqc/mpvqc
A simple libmpv-based application for creating video file quality control reports.
https://github.com/mpvqc/mpvqc
libmpv linux mpv pyside6 qml quality-control windows
Last synced: 2 days ago
JSON representation
A simple libmpv-based application for creating video file quality control reports.
- Host: GitHub
- URL: https://github.com/mpvqc/mpvqc
- Owner: mpvqc
- License: gpl-3.0
- Created: 2016-02-03T15:21:54.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-06-20T12:41:14.000Z (8 days ago)
- Last Synced: 2026-06-20T14:30:29.706Z (8 days ago)
- Topics: libmpv, linux, mpv, pyside6, qml, quality-control, windows
- Language: Python
- Homepage: https://mpvqc.github.io
- Size: 11.2 MB
- Stars: 76
- Watchers: 6
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Notice: NOTICE.txt
Awesome Lists containing this project
README
# mpvQC

A simple libmpv-based application for creating video file quality control reports.\
https://mpvqc.github.io
______________________________________________________________________

______________________________________________________________________
## Development
See [docs/development.md](docs/development.md) for setup, daily commands, and project layout, and [docs/architecture.md](docs/architecture.md) for a high-level overview of the codebase.
## Document format
QC documents are saved in a versioned JSON format specified in [docs/document-format](docs/document-format/README.md), including a JSON Schema for third-party tooling.
## Internationalization
If you want to translate this application into more languages, see the [internationalization guide](docs/internationalization.md).
Feel free to open a new issue if you need further assistance.
## Licenses
This project uses multiple licenses for different parts:
- **Our own source code**: [GNU GPL-3.0-or-later](LICENSES/GPL-3.0-or-later.txt)
- **Build scripts and helper code**: [MIT](LICENSES/MIT.txt)
- **Fonts (Noto Sans)**: [SIL Open Font License 1.1](LICENSES/OFL-1.1.txt)
- **Icons (Google Material Icons/Symbols)**: [Apache-2.0](LICENSES/Apache-2.0.txt)
Bundled runtime dependencies (such as libmpv and PySide6) carry their own licenses; see [NOTICE.txt](NOTICE.txt) for the full third-party breakdown.
Each source file usually contains an SPDX license header.
If a file does not have a header, its licensing information can be found in our [REUSE.toml](REUSE.toml).