Skip to content
Snippets Groups Projects
Commit 50d23f66 authored by Jens Steidl's avatar Jens Steidl :baby_chick: Committed by Jens Steidl
Browse files

- fixed mediaconch call

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