QUOTE(gasmann @ Aug 13 2007, 16:39)

Hi.
I'm using twolame 0.3.10b from RareWares and when encoding LONG tracks (more than 1:33:12) the encoder always quits at 1:33:12. What's wrong? The disc space is still sufficient (12gb free), so there must be a problem with the encoder, right?
If 1h33m12s of audio is encoded at 384 kbps, it's (93*60)+12 seconds * 384000 bitspersecond = 214732800 bits
log(214732800) / log (2) = 30.999895
This seems too much of a coincidence. It basically appears that 2^31 bits is too many to handle (or if the bitrate is 192 kbps then it's 2^30 bits).
Most Microsoft file systems before NTFS have big trouble with 2 GiB files = 2,147,483,648 Bytes (not bits), which is a coincidental number, but in bits, it is 17,179,869,184 bits, so a different number and not the cause of the problem.
Powers of two are indicative of a software problem.