PDA

View Full Version : DVD2SVCD batch modification


dimitri
1st October 2002, 18:01
hi all,
I try to use the batch to encode sevral SVCD I seems that the batch launch One process per svcd to make at the same time .. but for example my poor PC is a 1,3 GHz and 128 Mo of RAM ...that's in reallity quite poor to handle my 8 SVCD in the same time ... what is quite bigger when 8 CCE are launch....
I wonder if it is possible to handle one to one SVCD creation so at the end of the first creation (erasing all crappy files instead of cue and bin from SVCD directory) and start the second one...
I know that 's possible cause i m working on it but I try to make it possible from the information put in the batch file.

from this I can have the directory...
but I try to find what kind of info SVCD2DVD return at the end of SVCD creation ... for the moment I check the log file last line....
seems to me a bit crap and stupid...but it works...


At the end of this little change, I put the exec file to the forum.... for those intrested in it.

ux-3
1st October 2002, 18:19
Well, a search should yield the answer, since I had a post regarding this just a few weeks ago.

But just put this ahead of every but the last svcd line:
Start /wait

It should keep the batch file from starting multi processes.

dimitri
2nd October 2002, 09:31
I fund the answer .. quite good...
for those who read this:

it seems that with win98 or winMe the batch file is executed differently than XP or 2000.
So to avoid several SVCD process at the same time add this in front of the SVCD exec call: start /wait....

thks again to answer me... even If I had to make a search to find the answer befor to post my thread.


thks.