diff options
author | Roberto Neri <rneri@libero.it> | 2010-06-13 02:41:34 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-13 14:52:37 -0500 |
commit | 6d763beeb03b81db4982fef783032ea03c587858 (patch) | |
tree | ce504004378cec3aa6bea0197211b8b25747e4ba /audio/mp3splt-gtk/README | |
parent | 7d2b2209758bb39f0008e3a2321a0173e879c58c (diff) | |
download | slackbuilds-6d763beeb03b81db4982fef783032ea03c587858.tar.gz |
audio/mp3splt-gtk: Added (gtk ui for mp3splt)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/mp3splt-gtk/README')
-rw-r--r-- | audio/mp3splt-gtk/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/mp3splt-gtk/README b/audio/mp3splt-gtk/README new file mode 100644 index 0000000000..15a3479ff7 --- /dev/null +++ b/audio/mp3splt-gtk/README @@ -0,0 +1,15 @@ +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 (all available from SlackBuilds.org): + - libmp3splt, a library (created from mp3splt version 2.1c) + - mp3splt, a command line program + - mp3splt-gtk, a GTK2 gui + +This requires libmp3splt. |