QUOTE(De Mon @ May 8 2003 - 07:39 PM)
All my edited (cuted with notepad) comes with errors.
Don't use notepad to edit binary files. you'll always end loosing data. Use any hex editor avaiable, here there are the links to two freeware applications that can edit binary files
http://www.hhdsoftware.com/hexeditor.html (HDD hex editor. An explicit hex editor)
http://www.pnotepad.org/ (Programmers' notepad. An all in one, text-colouring editor)
QUOTE(De Mon @ May 8 2003 - 07:39 PM)
One more test. I tried not to cut MP3 but to change some digits and letters with others. And that doesn' gives error. So that utility doesn't give 100% warranty
That utility validates the frames in which the mp3 data is stored. it does not validate the data itself, since it can be anything.
You can think an mp3 file is like a group of packets which have a label, and inside, there's the data. The problem appears when data is missing and a label can be interpreted as part of data, or viceversa.
QUOTE(De Mon @ May 8 2003 - 07:39 PM)
There are no errors in the broken one
....
it seems to me that LAME somehow encoded wrong.
There's only one question at this point: Is your PC overclocked?
It could happen that one bit was skipped at some point when *reading* the file, which would have produced the wave being encoded to be completely wrong.
(Aside of this, I think LAME had a few issues with overclocked PC's)
Edit: Made quotes work