Sorry, I'm not a C++ expert, I only know some C#. What's the lavutil? Is this a dll? Do I need to import the dll into my C# program first? Even if you could give me some c++ code example which does what you said, that will be great. I know in c++ you add libraries with the 'include'. Is lavutil a library? If it is, how can I add a c++ library to c#? Please please please give me an example. Thank you.
--- On Tue, 23/2/10, Ronald S. Bultje <[email protected]> wrote: From: Ronald S. Bultje <[email protected]> Subject: Re: [libav-user] How to read ffmpeg output? To: "Libav* user questions and discussions" <[email protected]> Received: Tuesday, 23 February, 2010, 3:07 PM 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 _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
