On 2012-10-09 17:02:18 -0400, Derek Buitenhuis wrote: > On 09/10/2012 5:01 PM, Derek Buitenhuis wrote: > > Right now, if you output to /dev/null (as you would do on a first pass), > > avconv will always report bitrate as 0. I think perhaps it is using > > filesize?
it uses avio_size() which tries to seeks to the end or avio_tell() which seeks too. > Also note you cannot get video and audio bitrate separately. Only whole-file > bitrate. who encodes audio during the first pass? Functionality to report per stream statistics at the end would bwe welcome. Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
