[FFmpeg-user] Separate logging/STDERR/STDOUT for 2+ output files.

Roger Pack rogerdpack2 at gmail.com
Tue Oct 16 00:42:45 CEST 2012


> I'm trying to generate multiple outputs in one run and looking at a way
> separating the logging/stderr/stdout for each output. Want to be able to
> monitor for warnings/errors per output instance.

what's an example command line?
anyway, i would suggest using grep, if they have something
distinguishable about the lines.  If that doesn't work then I'd
suggest piping the input to stdout then to a 'tee" or something like
it.
-r


More information about the ffmpeg-user mailing list