Search


Rss feeds
Posts Comments Source Code
Rating
Image to SpectrogramNontransitive DicecheaTorrentDomain ColoringiMac G5 CPU Fan view all...
Recent
Pretty GraphHypernova EngineEmergent FeedbackSDL Euclid OrchardSingularity Viewer view all...
Tags

All source code released under the BSD License unless otherwise specified
© 2010, Gavin Black

MP3 Splitter

Overview

A very tiny 'project', but one I actually use occasionally. Often times I end up with songs that are several 100 minutes long, and need to break them up into smaller parts for burning to CDs or to place on devices that don't support songs that long. This Perl script will break up songs into regular intervals. Unfortunately there are a couple of restrictions:

  • Corrupted Mp3s require the user to manually enter the time in minutes and seconds on the command line to properly split. Opening it up in something like XMMS works for this
  • Poorly named files (Like - I am (A file).mp3 will not go through properly and need to be renamed

Source Code

Source Tree: http://devrand.org:8080/cgi-bin/cgit/mp3Split/tree/
Snapshots: http://devrand.org:8080/cgi-bin/cgit/mp3Split/commit/
Git Access: git clone http://devrand.org:8080/git/mp3Split


Last Edited: 2010-10-16 17:30:53

+ Add a comment