Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to delete a bunch of extra data that follow the word "LAME" on an mp3 file. This is for a problem I have with an old soundcard that stops because doesn't recognize this extra data at the end of the file. When I open this mp3 file with an hexadecimal editor I see the word "LAME" and then some extra data. If I delete this extra data the soundcard works well. There is a way to delete this extra data with a batch command? I'm on a windows machine. Thank you all.

share|improve this question
Why the restriction to use batch language? Aren't you allowed to download other languages? – Mark Byers Dec 11 '10 at 23:46
I appreciate any other suggestions. – Todd Dec 12 '10 at 0:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.