Skip to content
Snippets Groups Projects
Commit 83f9b009 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- fixed mediaconch call

parent 5f17fc73
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements MDExtract
// mediaconch validation
try {
String execstring = this.mediaconch_binary_path + " " + filePath + " " + this.mediaconch_profile_path;
String execstring = this.mediaconch_binary_path + " -p " + this.mediaconch_profile_path + " " + filePath;
System.out.println("executing: " + execstring);
Process p = Runtime.getRuntime().exec(execstring);
p.waitFor();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment