[FFmpeg-devel] Where can I see the log?

Rich Felker dalias
Fri Nov 9 07:37:36 CET 2007


On Thu, Nov 08, 2007 at 09:49:46PM -0800, Mike Melanson wrote:
> boku wrote:
> > Dear all,
> >     I'm trying to output some of new added debug message. How can I do it
> > and where does the av_log() print to?
> 
> av_log(avctx, AV_LOG_INFO, "Hey, is this thing on? %s\n", "You suck! Get
> off the stage!");
> 
> It prints to the stdout, unless (I think) your program intercepts the
> output.

I would suspect/hope the default is stderr, not stdout.. But I haven't
checked it myself.

Rich




More information about the ffmpeg-devel mailing list