I have an application, running on the Playframework, which needs to encode some video files. I used for this (and it works perfectly), but as I need both, the output stream and the error stream, I am trying to use ProcessBuilder (as is also recommended). But I cannot get it to work (testing on a MacBook). Is there a fundamental