multiple avi files to DVD

I have a bunch of avi's that are pretty short in lenth but they are in episodes. I need to convert 20 avi files to dvd format.

GSpot picked up 2 different types of files

They all either

AVI File Details
========================================
Name.........: XXXXXX.avi
Filesize.....: 9.18 MB (or 9,404 KB or 9,630,338 bytes)
Runtime......: 00:01:11 (2,116 fr)
Video Codec..: DivX 5.0
Video Bitrate: 731 kb/s
Audio Codec..: adpcm (0x0002) Microsoft Corporation
Audio Bitrate: 355 kb/s (177/ch, stereo)
Frame Size...: 720x480 (1.50:1) [=3:2]
OR

AVI File Details
========================================
Name.........: XXXXXX.avi
Filesize.....: 18.7 MB (or 19,156 KB or 19,615,744 bytes)
Runtime......: 00:02:34 (4,629 fr)
Video Codec..: DivX 5.0
Video Bitrate: 880 kb/s
Audio Codec..: 0x0055(MP3) ID'd as MPEG-1 Layer 3
Audio Bitrate: 128 kb/s (64/ch, stereo) CBR
Frame Size...: 720x480 (1.50:1) [=3:2]
I read Chickinman's batch file tutorial but dvd2 svcd dosen't support adpcm audio. I want a fast simple way to convert all of these videos to DVD.

Plz help ASAP Thank You
 
use VirtualDub or VirtualDubMod with video in "stream copy" and audio in "full processing mode" to save your movies with plain PCM/Wave audio; then use dvd2svcd like CM wrote in his tut;

Greetings from
Duracell
 
ok well i got DVD2SVCD to accept all the files now when i go to run the bat file it gives me this error:

EStringListError List index out of bounds (0)

also this in the command promt

F:\Documents and Settings\Louis\Desktop>{\rtf1\ansi\ansicpg1252\deff0\deflang103
3{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
The system cannot find the path specified.

F:\Documents and Settings\Louis\Desktop>{\*\generator Msftedit 5.41.15.1507;}\vi
ewkind4\uc1\pard\f0\fs20 @ECHO OFF\par
The system cannot find the path specified.

F:\Documents and Settings\Louis\Desktop>REM DVD2SVCD Batch Control\par

F:\Documents and Settings\Louis\Desktop>"F:\\Program Files\\DVD2SVCD\\Tylo\\D2SR
oBa.exe" -d2s:"New Folder" -run -exit\par
 
Last edited:
You have simply made a syntax/typo error in the Bat file, double check your spelling and make sure the " quotes are there, etc. Make sure it is pointing to the correct folder that contains your dvd2svcd project file.d2s file and that the file does actually exist.
 
well now at the top of the command line thing it says

F:\Documents and Settings\Louis\Desktop>{\rtf1\ansi\ansicpg1252\deff0\deflang103
3{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
The system cannot find the path specified.

F:\Documents and Settings\Louis\Desktop>{\*\generator Msftedit 5.41.15.1507;}\vi
ewkind4\uc1\pard\f0\fs20 @ECHO OFF\par
The system cannot find the path specified.

F:\Documents and Settings\Louis\Desktop>REM DVD2SVCD Batch Control\par

F:\Documents and Settings\Louis\Desktop>\par
'\par' is not recognized as an internal or external command,
operable program or batch file.
and the dvd2svcd.exe won't shut down unless i manually do it my self. I restarted my comp before hand
 
The Batch file MUST, I repeat MUST, be made in Notepad or similar plain test editor. Using MS Word or such will NOT generate the file you want.

As I have said a 100 times before, read the Tutorial, when I say use Notepad, then use it. If you dont and have problems then I cant help you.
 
ok ChickenMan, I'm sorry dude. My mistake i used word pad. Its my fault.

sorry.....

btw thx for helping me over the years. Been here alot longer than I have Just wanted to say "Thank You" :)
 
Top