Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2002 13:11:51 -0400
From:      Antoine Beaupre <anarcat@anarcat.ath.cx>
To:        Alex Marandon <al@alpage.org>
Cc:        multimedia@FreeBSD.org
Subject:   Re: editing MP3
Message-ID:  <EC8DF364-AFA8-11D6-9750-0050E4A0BB3F@anarcat.ath.cx>
In-Reply-To: <20020814155858.A59193@alpage.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Wednesday, August 14, 2002, at 09:58 AM, Alex Marandon wrote:

> On Wed, Aug 14, 2002 at 09:31:19AM -0400, Michael Lucas wrote:
>>
>> So, I have an MP3 of a Net radio show.  Part of this radio show
>> includes an interview.  I want to "trim" the mp3 to only include that
>> interview, so I can burn it to CD and send it to my mom.  (The
>> interview is with me, and she's quite intent upon hearing it.)
>>
>> I've poked around /usr/ports/audio, and found some "sound editors",
>> but have no idea which are any good for something simple like this.
>
> /usr/ports/audio/audacity can do it well.

Audacity is indeed a good sound editor.

The problem with such editors is that they edit a "rendered" (or 
internal) version of the sound file. In raw file (lossless) formats such 
as WAV or AIFF, that is not a problem, but with MP3, there is a slight 
loss of quality at each re-encoding.

I suggest taking a look at audio/mp3asm. It can edit mp3s directly, 
without decoding+encoding it.

>> I'm sure I could make it work by hook and crook, but I'm going to do
>> an article about this and want to discuss a reasonable solution, not
>> some screwball solution I cook up for this one event.  :-)
>
> It as simple as drawing a selection with the mouse and pressing the
> Delete key to supress the unwanted audio data.

If you're more of the command line type, you could also take a look at 
the very powerful ecasound suite. It's a bit tricky to use because of 
the many command line switches, but it can probably do what you want.

A.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EC8DF364-AFA8-11D6-9750-0050E4A0BB3F>