Skip to content

Japan7/dakara_check

Repository files navigation

dakara_check

Usage

dakara_check <FILE|URL>

return code 0 means that the file passed all the tests.

Compiling

To compile dakara_check you will need meson and ffmpeg (you must install the libraries).

Then in the cloned repository:

meson setup build
meson compile -C build

dakara_check will be built in build/dakara_check