It is related to #195 (closed) #417 PR #417 has fixed the issue #195 (closed) , but overriding pipe_stdout and pipe_stderr options. There is a situation in my project where the video decoding subprocess need to mute stderr while piping frames via stdout to python process. With the current "quiet" implementation, the pipe_stdout will be muted.
In fact, this is still under testing, but reviews are welcome.
Signed-off-by: ArchieMeng archiemeng@protonmail.com