When using --Output-Json=xxx.json as mediaconch argument, I get mediaconch report files all over the place in the current working directory (which is the cinbox-data root folder).
Either switch to operating chdir($task->sourceFolder) before executing external code, or resolve relative filenames to absolute paths.
I currentls opt for the latter to keep backwards compatibility with other parts of the code "expecting" (=not checking [yet]) if the pwd is the right one.
When using --Output-Json=xxx.json as mediaconch argument, I get mediaconch report files all over the place in the current working directory (which is the cinbox-data root folder).
Either switch to operating
chdir($task->sourceFolder)before executing external code, or resolve relative filenames to absolute paths.I currentls opt for the latter to keep backwards compatibility with other parts of the code "expecting" (=not checking [yet]) if the pwd is the right one.