Skip to content
/ mpvQC Public

A simple libmpv-based application for creating video file quality control reports.

License

Notifications You must be signed in to change notification settings

mpvqc/mpvQC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpvQC

Logo

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


Development Setup

  1. Install these tools

  2. Clone the repository

  3. Open a terminal where you cloned it

  4. Initialize the environment:

    just init
  5. 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

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.

Internationalization

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.