Hi, On Mon, Feb 22, 2010 at 11:50 PM, Alex <[email protected]> wrote: > Mourad Boufarguine <bou...@...> writes: >> take a look at av_log_set_callback , you can easily redirect ffmpeg output >> with it. > > What can I do with av_log_set_callback from C# and where do I get it from? Is > it > a .dll or an argument for ffmpeg executable? Thanks.
It's a function in the lavutil API. You call it, set a callback function that is called instead of the default (printf) handler, and you're done. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
