On Mon, 02 Jun 2003 13:09:48 -0700 Greg Hazel <[EMAIL PROTECTED]> wrote:
> Sorry to bother you, but I wasn't sure who else to contact. Try the MP3 Encoder list (CCed). > I've been trying, but don't really understand enough to rip out > the right pieces of LAME for this task: > Take an MP3 file with CRC turned on, but incorrect > checksum information and either disable CRC or recompute > the checksums correctly, and make the changes without > deencoding and reencoding the file. > > Any hints on how to do this? Is this a feature of LAME > already that I can't find? No, LAME doesn't provide such a functionality, and I don't know of a program which offers this functionality. Maybe someone on the MP3 Encoder list knows such a program. Besides the fact, that a mismatching checksum means the data is worthless, it should be easy to write a short program after looking at http://www.mp3-tech.org/programmer/frame_header.html which does what you want (in case you aren't afraid to touch C, C++, Java, VBA, Perl, Kylix, Python, Ruby or any other programming language). Bye, Alexander. -- Failure is not an option. It comes bundled with your Microsoft product. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
