 |
 |
NEED an audio editor. QT Pro not working right
|
 |
|
 |
|
Posting Junkie
Join Date: Jun 2000
Location: Union County, NJ
Status:
Offline
|
|
Hi all,
Ok, here's the simple situation.
I ripped some tracks for a new CD. One of the tracks has this intro that I really don't want so I thought I'd use iTunes to start the track at 1:38.755. Turns out, iTunes doesn't acutally start with a time smaller than .1 second. Ok, fine. So I fire up Quicktime Pro and use the editor to edit the .aif file. Sorry, QT Pro only allows you to move the cursor 0.07 seconds each time you press the arrow keys. I got the file edited down to what I want, except now I need to trim like 0.02 seconds off of it. There's a very distracting noise in the beginning and I just want to clean it up. Any ideas? Thanks.
Mike
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Dec 2001
Location: Colorado Springs, CO
Status:
Offline
|
|
Perhaps not the simplest of solutions in the short term, but Digidesign has a free version of their Pro Tools audio editing software available at www.digidesign.com. You can edit with sample accuracy.
You can also edit audio with frame accuracy in iMovie or FCP but that will only get you down to about .0333 second.
MM
|
|
Plato--what's a "Chickie Run"?
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: May 2001
Location: Alicante (Spain)
Status:
Offline
|
|
I think Peak could help you
|
|
Murphy's Second Corollary:
It is impossible to make anything foolproof because fools are so ingenious.
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Nov 1999
Location: Columbus, Ohio
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Aug 2001
Status:
Offline
|
|
This is a down and dirty way of getting rid the unwanted sound.
Use the following SMIL file to trim the beginning of your sound. Enter the start time on clip-begin (line 13 - which I've already done) and enter the clip-end time for the track. Replace the audio file name at the beginning of that line "your_audio.mp3". Save this text file with .smi file extension. Open QT > Open Movie in New Player (select the .smi file)>Save As > Self Contained.
<?xml version="1.0" encoding="ISO-8859-1" ?>
<?quicktime type="application/smil" ?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 1.0//EN"
"http://www.w3c.org/TR/REC-smil/SMIL10.dtd">
<smil xmlns:qt="http://www.apple.com/quicktime/resources/smilextensions"
qt:autoplay="false">
<head>
<layout>
<root-layout width="0" height="0" id="window" background-color="white"/>
</layout>
</head>
<body>
<audio src="your_audio.mp3" clip-begin="smpte=00:00:00:02" clip-end="smpte=00:00:03:09"/>
</body>
</smil>
|
|
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Aug 2001
Status:
Offline
|
|
I should have put quote marks around the word - trim - because it doesn't actually remove that part of the audio, it just won't play it.
BTW, it'll play fine in iTunes, but it won't list a track time.
|
|
|
| |
|
|
|
 |
 |
|
 |
| |
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |