On 2012-10-09 16:39:55 -0400, Derek Buitenhuis wrote: > On 09/10/2012 4:13 PM, Luca Barbato wrote: > > The information marked as informative is usually marked as verbose for > > all the other encoders. > > --- > > libavcodec/libx264.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > NAK. > > This is wrong. It makes the obtained bitrate unavailable during 1st pass > unless > you also crap out all the stuff that comes along with -v verbose, which is far > less than ideal. > > Secondly, this contradicts x264's own log levels, and I object to this on > these > grounds as well.
X264_LOG_INFO matches neither AV_LOG_INFO nor AV_LOG_DEBUG. It's too chatty AV_LOG_INFO but it drowns in the masses we print under AV_LOG_DEBUG. AV_LOG_INFO is probably the better match, especially since AV_LOG_INFO and X264_LOG_INFO are both the default log levels. Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
