On Wednesday 08 October 2008 10:36:08 andrew wrote: > Hi, > > I have encoded an audio file with neroAacEnc as follows: > > +---- > $ neroAacEnc -q 0.5 -if matrix.wav -of matrix.m4a > +---- > > and ffmpeg correctly reports the bitrate of the file as 174 kb/s : > > > I find this a little puzzling and I am curious to know if there is > a way around this? > > Andrew no, unless you want to scan the whole file and calculate the final bitrate, that is a bit overkill IMO