is there a way to capture the output of an external program that writes to stderr with qx?
I thought I'd simply redirect stderr, but it's not so simple, eg:
does not capture the output of the ffmpeg-command.print qx(ffmpg -f s16le -i out.raw 2>&1);
I am aware that there are other ways to capture stderr, this is a specific qx question.
Many thanks!
In reply to qx and STDERR? by morgon
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |