diff options
author | Roberto Neri <rneri@libero.it> | 2010-05-11 22:54:09 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:54:09 +0200 |
commit | 3f194ad31de9b797c846c6454c8c5d270df98f17 (patch) | |
tree | d5d0a57546d335b5a981075dd364a47412fed9cb /libraries/libmp3splt/README | |
parent | c089bfdab008c0441137407bb606982380677b60 (diff) | |
download | slackbuilds-3f194ad31de9b797c846c6454c8c5d270df98f17.tar.gz |
libraries/libmp3splt: Added to 12.1 repository
Diffstat (limited to 'libraries/libmp3splt/README')
-rw-r--r-- | libraries/libmp3splt/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/libmp3splt/README b/libraries/libmp3splt/README new file mode 100644 index 0000000000..c346bfe81b --- /dev/null +++ b/libraries/libmp3splt/README @@ -0,0 +1,14 @@ +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. + +Mp3splt-project is divided in 3 parts: + - libmp3splt, a library (created from mp3splt version 2.1c) + - mp3splt, a command line program + - mp3splt-gtk, a gtk2 gui +all available from SlackBuilds.org |