PDA

View Full Version : 2 AC3 --> 1 MP3 (besweet ?)


raphos
6th October 2004, 09:51
Hi all,

I have 2 ac3 files (from a 2 DVD mvoie), and I'd like to encode them in 1 pass ... I cant find any command-line option with besweet to specify multiple input files ...

Thank you for your help.

keithmac
6th October 2004, 20:34
with besplit you make a .lst file in notepad with the source files you want to input this is use as the -input in the comand line, mainly for joining, don`t know if it`s the same in besweet?

Your list would look like

c:\input1.ac3
c:\input2.ac3

saved as a list.lst rather than list.txt

( -input c:\list.lst

Hope that makes sense?

keithmac
6th October 2004, 20:48
Couldn`t you join them in besplit first using the .lst file?

besplit -core( -input E:join.lst -prefix e:\joined.ac3 -type
ac3 -join )

raphos
10th October 2004, 19:18
Perfect !

.lst dont seem to work with besweet, but joining with besplit is the solution !!

Thanx !!