flacsplt

command line interface to split MP3 and Ogg Vorbis files without reencoding

Install

All systems
curl cmd.cat/flacsplt.sh
Debian Debian
apt-get install mp3splt
Ubuntu
apt-get install mp3splt
Alpine
apk add mp3splt
Arch Arch Linux
pacman -S mp3splt
image/svg+xml Kali Linux
apt-get install mp3splt
Windows (WSL2)
sudo apt-get update sudo apt-get install mp3splt
OS X
brew install mp3splt
Raspbian
apt-get install mp3splt
Docker
docker run cmd.cat/flacsplt flacsplt powered by Commando

mp3splt

command line interface to split MP3 and Ogg Vorbis files without reencoding

Mp3Splt-project is a utility to split mp3 and ogg files selecting a begin and an end time position, without decoding. It's very useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks. If you want to split an album, you can select split points and filenames manually or you can get them automatically from CDDB (internet or a local file) or from .cue files. Supports also automatic silence split, that can be used also to adjust cddb/cue splitpoints. You can extract tracks from Mp3Wrap or AlbumWrap files in few seconds. For mp3 files, both ID3v1 & ID3v2 tags are supported. Mp3splt-project is split in 3 parts: libmp3splt, mp3splt and mp3splt-gtk. This package provides mp3splt, the command line interface.