[XviD-devel] Bitrate calc prob

Paul-Kenji Cahier pkc at F1-Photo.com
Mon May 17 01:02:06 CEST 2004


Hello all,

just wanted to say there's a prob in the bitrate calculator in vfw:

if (audio_mode==0) {
   audio_size = (duration * audio_rate) / 8;
}

This part is wrong in the calc
It should be:
   audio_size = (duration * audio_rate) / 8 *1000 /1024;

Best Regards,

Paul-Kenji Cahier



More information about the XviD-devel mailing list