Log in

View Full Version : avi2svcd batch


wv111
21st March 2002, 18:01
hi
does anyone know a solution?
i have some (10) avi-files and wanna make a svcd with chapters (for each avi-file)

is it possible to to a batch in dvd2svcd for that ?

DDogg
22nd March 2002, 16:09
What kind of avi files? Where did they come from?

Encode one of them before replying and let us know if it encoded correctly and is in sync. Also, create an avs script like this:

First make a script in notepad like this and save it as "combine.avs":

#start of script
avisource("1.avi","2.avi","3.avi")
#end of script

Now verify you can play that script in mediaPlayer 6.4 and whether you can hear sound. Don't worry if it is a little jerky

wv111
25th March 2002, 09:52
the avi are divx,,ok but thx and i will try u tip!