Hi,
I sometimes get some MP3 files which have excessive silence at the beginning or at the end of file. Or with some pop/click noise there. And I want to cut it off but without loosing quality by recompression in common wave editors. It's not hard and can be cutted using hexa editor and proper copy tools but I got idea to finally make some simple tool to do it more comfortable...
http://rayer.ic.cz/programm/programe.htm#MP3CUT
Syntax: MP3CUT file [/bTIME | /eTIME] [/s]
/b specifies time in seconds to cut from the beginning of file
/e specifies time in seconds to cut from the end of file
/s save original file with .BAK extension (must be the last argument)
Warning: ID3 tag at cutting side will be deleted!
MP3CUT.TMP file is temporarily created then original file is deleted
Example: MP3CUT track01.mp3 /b1.2 /e4.5 --- DOS gives me freedom to unlimited HW access. |