 |
Split large mp3 files into several smaller ones
|
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
https://github.com/plurSKI/mp3Split
No comments:
Post a Comment