mp3splt is a command-line utility that splits MP3 and Ogg files at specified times without decoding and re-encoding. It works with Mp3Wrap and AlbumWrap files and has a silence detection split mode and a "cddb source" mode. Libmp3splt is a library created from mp3splt. Mp3splt-gtk is a GTK2 GUI that uses libmp3splt.
| Licenses | GPL |
|---|
Recent releases


Release Notes: This release uses pkg-config instead of mp3splt.m4. It adds an option -I to specify the input tags encoding when writing ID3v2 tags. It adds an option -K to keep the original tags and just replace them when importing a CUE or CDDB file. It fixes an important bug in mp3splt-gtk: split using a cue file was not splitting the last part. It fixes a tags encoding issue in mp3splt-gtk: encode in UTF-8 tags if not valid UTF-8. Implements "prelisten a section to its ending splitpoint".


Release Notes: This release fixes an important bug for mp3splt-gtk: the application was crashing when pushing the split button without any splitpoint (done in libmp3splt). It fixes an important bug for mp3splt-gtk: split by time was in hundredths of seconds instead of seconds. It adds an option to set output ID3v2 tags encoded in latin1, UTF-8, or UTF16 (libmp3splt and mp3splt). It adds the forgotten 'empty_footer.html' to the libmp3splt distribution.


Release Notes: Libmp3splt: a rewritten libmp3splt public API and documentation. Mp3splt: adds a minimum silence length parameter for auto adjust; re-implements the proxy feature with basic authentification; adds an option to generate exactly the same input tags bytes using @O; and adds minimum silence length for trim silence mode and an option to output the full silence log. Mp3splt-gtk: adds tags edition from the splitpoints table, and adds cloning features for mass copying of tags. Automatically saves and restores splitpoints. Better amplitude wave display (wave does not "shake" anymore).


Release Notes: Major new features include a minimum track length option for the silence scan, GTK+ 3 support, the ability to set original tags when using 'replace tags in tags', support for multiple Ogg/Vorbis logical streams, a redesigned mp3splt-gtk user interface, an option to specify the wave quality in the parameters, seek key shortcuts in the player, and a trackjoin parameter for silence detection split in mp3splt. Many bugs were fixed.


Release Notes: Major new features include support for trimming using silence detection. This new feature probably still needs tweaking. Support for copying the original tags was improved. The command line client now also features "negative" splitpoints (EOF-1.0).