Le 15 janv. 2010 à 22:59, Makoto Sadahiro a écrit : > Hello folks, > > is there a way to suppress messages from ffmpeg related libs in our code? > I am using ffmpeg libs in my code. As I get a lot of messages from ffmpeg > to standard out, it is difficult to read other messages. Is there a > mechanism to control verbose level of ffmpeg messages? I guess I am not > using a right search keyword. I am not getting good search results...
You mean something like av_log_set_level() in libavutil/log.h ? -- Jean-Daniel _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
