Hello,

Can someone tell me why the file size as seen by the Windows file system differs from the file size reported in the header of the file? The header reports a file having a size of 705 KB yet windows thinks it's 707 KB. This is not a problem for me but we have a vendor that is not pleased and thinks the files are damaged. These are MP3 files encoded using the API with the following parameters:

dMC.Convert(srcFile, destFile, "mp3 (Lame)", "-s 44.1 --silent --id3v1-only -mj --preset extreme -V 2 -q 2, "");

Thank you.