Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 453 Bytes

mp3split

mp3split is a script initially written by Alec Jacbson (http://www.alecjacobson.com/weblog/?p=4378) and later updated by Pasquale Campitiello.

You can use mp3split to split an MP3 file in several MP3 files equally long,
for example an MP3 file long 60 minutes, in 6 MP3 files 10 minutes each.

Dependencies:

  • python
  • ffmpeg

How to execute:
./mp3split.sh NAME_OF_THE_FILE MINUTES_CHUNK

Example:
./mp3split.sh myfile.mp3 10