There are some warnings/errors that are coming from FFmpeg. How can I capture them to be able to react to them?
I'm using qInstallMessageHandler(messageHandler);
but these messages never goes to my messageHandler and directly shown in stdout, stderr.
