项目作者: tillt

项目描述 :
Automator workflow for splitting large MP3s into 1hour chunks.
高级语言:
项目地址: git://github.com/tillt/MP3SplitWorkflow.git
创建时间: 2018-08-15T09:42:31Z
项目社区:https://github.com/tillt/MP3SplitWorkflow

开源协议:Apache License 2.0

下载


MP3 Split Workflow

Split your MP3s into 1hour chunks with a single mouse-click and without quality loss directly within your macOS Finder.

Motivation

This Automator workflow was created for allowing large MP3s to be uploaded into iTunes match. I love DJ sets and those often are too large to get uploaded due to Apple’s limits on iTunes match (max 200mb | 2hours per file).

Dependencies

mp3splt - Commandline utility to split MP3, OGG Vorbis and native FLAC files without decoding.

Installing

First, make sure mp3splt is installed. I would recommend using homebrew for that;

  1. brew install mp3splt

Next, simply click on this workflow within your Finder to get it installed.

Usage

Navigate your Finder towards the MP3 you want to split.

MP3 in Finder

Control click / Right click on the MP3 to get to the Services menu.

Services

Chose the MP3 Split item.

MP3 Split

Let it do its thing and get notified about progress. This should be fast - takes like 5 seconds for a 500mb MP3 on my machine. Once the notification disappears, you are all set.

Progress notification

The results will be a bunch of MP3s where the original name is extended by start and end time of the specific interval. Additionally, the MP3s will have a track-number within the ID3 information so you do not have to do that manually.

Results

Credits

Clobbed together with love for music and passion for tinkering by Till Toenshoff.
Shout out to Matteo Trotta and m@ioalex.net">Alexandru Munteanu for releasing and maintaining the mp3splt commandline utility.