Skip to content

mpvqc/mpvQC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpvQC

Logo

A libmpv-based application for quick and easy creation of video file quality control reports.
https://mpvqc.github.io

Development Setup

  • Install the following tools:

  • 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.

Internationalization

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.