From d22d1be6029f8974ea6d6104b049f93fac7f5389 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Tue, 13 Dec 2022 15:02:33 +0100 Subject: [PATCH] - fixed upper case --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a3b5b14..551d1de 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,29 @@ Plugin using MediaConch to validate FFV1/Matroska files ======================================================= +you neeed an installed mediaconch + + you could test it using 'test.sh' -compile +Compile ------- * make clean * make -install +Install ------- * copy jar-file to _/operational_shared/plugins/custom/_ -configuration +Configuration ------------- * check API https://exlibrisgroup.github.io/Rosetta.dps-sdk-projects/current/javadoc/com/exlibris/dps/sdk/techmd/FormatValidationPlugin.html * check https://mediaarea.net/MediaConch/ for latest MediaConch release -copyright hints +Copyright hints --------------- MediaConch is released under Gnu General Public License 3.0 (or higher), therefore it could not be integrated and delivered as a binary only plugin. -- GitLab