Log in

View Full Version : joining ac3/mp3/dts files


Kultny
12th June 2003, 22:32
I have tried to join .ac3 files as described in audio FAQ no.7, but is still have some problems. All i get is:


BeSweet v1.5b17 by DSPguru.
--------------------------
Using VOBInput.dll v1.3 by DVD2SVCD (http://www.dvd2svcd.org)
Using azid.dll v1.8 (b825) by Midas (midas@egon.gyaloglo.hu).
Using hip.dll v1.19 by Myers Carpenter <myers@users.sf.net>

in the BeSweet.log file. Could someone please explain it to me step by step? :confused: tnx

DSPguru
13th June 2003, 11:13
if you want to join two ac3 files, let's say 01.ac3 & 02.ac3, open a command-prompt window and run :

copy /b 01.ac3+02.ac3 new.ac3

new.ac3 would be your joined stream.

unkown
20th September 2003, 21:57
How can I join two or more DTS files with the same proporties (bitrate, samples, etc) without quality loosing? I can do it by decoding them into wav files, join them and encoding again but that will give me a worst audio quality.
Any solution? Thanx

unkown
20th September 2003, 23:03
I tried "copy ..." and it works perfectly. Thanx a lot!