Describe the bug
If ffprobe fails for whatever reason, the exception thrown has missleading text.
java.lang.RuntimeException: Error parsing ProbeResult from output: ''
The cause of this seems to be that media-analyzer does not check the return code, and instead attempts to parse the empty output.