Hi, In ffmpeg.c there is a lot (about 80) places like: fprintf(stderr, "yada yada yada\n"); av_exit(1); Is there any reason to not change "fprintf(stderr" to "av_log(NULL,AV_LOG_ERROR" ? If not then I will do this change. Regards, Pawel