diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-05 15:15:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-05 15:15:20 +0000 |
commit | 7f51942ef7a838ea7685ee85f46eebc6cd08d806 (patch) | |
tree | c9fe92fdd5f3f3485429addb53711b4243a1f56e /audio/Makefile | |
parent | bsdhwmon(8) is a program for FreeBSD for monitoring hardware sensors (fans, (diff) |
cutmp3 is a small and fast command line MP3 editor. It lets
you select sections of an MP3 interactively or via a timetable
and save them to separate files without quality loss. It uses
mpg123 for playback and works with VBR files and even with files
bigger than 2GB. Other features are configurable silence seeking
and ID3 tag seeking, which are useful for concatenated mp3s.
WWW: http://www.puchalla-online.de/cutmp3.html
PR: ports/127877
Submitted by: Dennis Herrmann <adox at mcx2.org>
Notes
Notes:
svn path=/head/; revision=221253
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 00351ddcc94a..3f2872e24d88 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -107,6 +107,7 @@ SUBDIR += csound SUBDIR += cue2toc SUBDIR += cuetools + SUBDIR += cutmp3 SUBDIR += cymbaline SUBDIR += cynthiune SUBDIR += dagrab |