PDA

View Full Version : How to set delay with out re-encoding.


#2
21st February 2004, 13:24
Please excuse the basic nature of this Question. I've been searching for the last 3hr trying to find how to adjust a delay in a mp3 track with out re-encoding it. When I use the payload option in Bsweet I end up with a mp2 file with a loud hum at the begining of it. I'm sure this must be simple. Can someone point me in the right direction please.

E-Male
22nd February 2004, 00:04
you don't add the delay to mp3 itself
you specify it when muxing it to the video

#2
22nd February 2004, 05:13
Thank You Sir.

I know the mxing tools alow you to do this. And Bsweet also has a sting for delay. Just wondering if it can set delay with out re-encoding eg besweet -core (in out) -ota (delay)? When I do this it gives me the default mp3 128kbs re-encode.

Is this possible?

Thanks again.

#2

gircobain
22nd February 2004, 05:22
From my point of view, delays are set when you want to fix sync of an audio track to something else, namely a video track. And that is accomplished thru muxing. Why else would you need a delay for?

#2
22nd February 2004, 11:48
Still keen to know if it is possible with Besweet. Dose any one know?

Cheers
#2

E-Male
22nd February 2004, 14:57
there is a program called ac3delaycorrector, but it's for ac3
you could use besplit fornegative delays (just cut the delay time of)
for a positive delay you'd have to add silence (make a silent file and use besplit to add it)

DSPguru
22nd February 2004, 15:12
currently, loseless delay assertion is only possible for mp2 and ac3.
for adding delay to mp3 i can now advise you to use BeSplit to cut the beginning of your mp3 file at the desired delay length, and then join it to your original stream.

#2
23rd February 2004, 07:09
Thank you DSPguru and E-Male : )

Sorted