Splitting DotNetRocks MP3 files - Jon Galloway

Splitting DotNetRocks MP3 files

If you too like to listen to DNR in MP3 format but would like the files split into smaller files, this may help you. My car cd player can play MP3's, but if I switch CD's (or even tracks) part way through, I have to hold down the fast forward button for 10 minutes to get back to where I was at. I had a cool freeware program that did it, but when DNR switched to VBR format the freeware program choked. Here's the solution I found:

http://mp3splt.sourceforge.net/ - open source command line program to split MP3 files. latest version handles VBR.

The commands for mp3splt are true to sourceforge form - not too user-friendly. Here's a batch file that will process all MP3's in a directory (assumes mp3splt installed in default dir, new DNR MP3's go in c:\dotnetrocks\fresh\, and split ones go in c:\dotnetrocks\split\):

c:
cd \
cd C:\Program Files\mp3\mp3splt-1.9\
for %%f in (c:\dotnetrocks\fresh\*.mp3) do mp3splt -f -t 1.30 %%f -a gap=15,th=0.82 -q -d c:\dotnetrocks\split\

I know this ain't no .NET solution, but it works. I messed with a custom one for a while, but it turns out splitting MP3's - especially VBR ones - without artifacts at the split points is not super simple.

Published Sunday, August 31, 2003 3:22 PM by Jon Galloway
Filed under:

Comments

# re: Splitting DotNetRocks MP3 files

Great! I was looking for something like this and found a little windows app, but no freeware. Thanks.

Monday, September 01, 2003 2:11 AM by Sander

# Mp3 splitter for .NET Rocks

Monday, September 01, 2003 2:16 AM by TrackBack

#

Tuesday, September 02, 2003 9:46 AM by TrackBack

# re: Splitting DotNetRocks MP3 files

A buddy and I were talking about exactly this situation two days ago at lunch and looking for a fix. Thanks for posting this!

Monday, September 08, 2003 8:25 AM by Dave Burke

# re: Splitting DotNetRocks MP3 files

I've been using Total Recorder. It will automatically split audio files using configurable parameters. It's primary use is in recording live streams to audio files. I've used it to take Microsoft webcasts and convert to audio CDs.
http://www.highcriteria.com/

Saturday, September 13, 2003 7:32 AM by Steve Clarke

# re: Fritz Onion on .NET Rocks!

Monday, October 04, 2004 5:58 AM by TrackBack

# mr

i want to request for semi mp3

Monday, December 18, 2006 6:30 AM by emmanuel axevi

# Side effects of drug lexapro.

Generic lexapro. Lexapro vitamins. Lexapro. Does lexapro cause leg weakness. Lexapro sleepy.

Wednesday, August 06, 2008 11:42 PM by Amount of alcohol tolerated with lexapro.

Leave a Comment

(required) 
(required) 
(optional)
(required)