diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-11-27 10:53:04 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-11-27 10:53:04 +0000 |
commit | 322b863a607f8db5a87bfe017b03f41cea90b6a6 (patch) | |
tree | 1663c906af51a0cb6c857b32397c87457fdd6da1 /audio/Makefile | |
parent | Fix docs installation on qmail-ldap (diff) |
Mp3Splt is a command line 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. Otherwise if you have a file created either
with Mp3Wrap or AlbumWrap you can extract tracks just in few seconds. Supports
VBR mp3.
WWW: http://mp3splt.sourceforge.net/
PR: ports/139168
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Notes
Notes:
svn path=/head/; revision=244845
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 9550e621310d..12af9b5a2d11 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -459,6 +459,7 @@ SUBDIR += mp3rename SUBDIR += mp3riot SUBDIR += mp3splt + SUBDIR += mp3splt-gtk SUBDIR += mp3stat SUBDIR += mp3towav-bundle SUBDIR += mp3unicode |