Log in

View Full Version : merging ac3 files


leopardone
29th May 2002, 09:33
I need to merge 2 ac3 files in order to create one single file.
I've tried to find something around, but or I'm blind or I wasn't lucky. ;)
Any help?

Thx in advance! :)

vxvas
29th May 2002, 11:02
try dvtool
you can find it in doom9's download section
( vob tools section (show me more)

DSPguru
29th May 2002, 16:36
Originally posted by leopardone
I've tried to find something around, but or I'm blind or I wasn't lucky. ;)try your luck at the Audio FAQs.

leopardone
29th May 2002, 21:56
COOL!!!
Thx a lot m8 :D


7) how can i join ac3 files ?
let's say you want to join stream1.ac3,stream2.ac3,stream3.ac3 into stream.ac3.
create a listfile. join.lst :
stream1.ac3
stream2.ac3
stream3.ac3

and then, use BeSweet :

BeSweet -core( -input join.lst -output stream.ac3 -payload )

this will also work on CBR mp3 files.