joining ac3/mp3/dts files
gt;
in the BeSweet.log file. Could someone please explain it to me step by step? tnx
if you want to join two ac3 files, let's say 01.ac3 amp; 02.ac3, open a command-prompt window and run :
copy /b 01.ac3+02.ac3 new.ac3
new.ac3 would be your joined stream.
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
I tried quot;copy ...quot; and it works perfectly. Thanx a lot! |