Dvd2Svcd problem

exu666

New member
Hi there Mr ChickenMan,

I know I should put this in other Forum/topic but I dont know others so I´d appreciate your patience.

Now I´m trying to put about 4 hours of video (2 movies in 4 .avi files) into a DVD-r. To automate the process (I guess TFM can´t do that) I made a batch in SVCD2DVD (using RoBA plugin, with no images, so I can edit the .mpv´s and .mp2´s with DVDLAB). Well, I set D2SRoBa CD size parameter = 1110 for every .avi (4440 mb), but the first 3 "bbMPEG_Muxed_File00.mpg" have only 628 Mb and shows crap in my player (black screen with some twisted red lines) anly the last had the righ size 1027 Gb and played OK in my player (zoomplayer)

What I´m doing wrong?!?

here´s my ba(i)tch :):

@ECHO OFF
@REM DVD2SVCD Batch Control

"C:\Arquivos de programas\DVD rip tools\DVD2SVCD\Tylo\D2SRoBa.exe" -d2s:"C:\Arquivos de programas\DVD rip tools\DVD2SVCD\temp1\dvd2svcd project file.d2s" -run -exit

"C:\Arquivos de programas\DVD rip tools\DVD2SVCD\Tylo\D2SRoBa.exe" -d2s:"C:\Arquivos de programas\DVD rip tools\DVD2SVCD\temp2\dvd2svcd project file.d2s" -run -exit

"C:\Arquivos de programas\DVD rip tools\DVD2SVCD\Tylo\D2SRoBa.exe" -d2s:"C:\Arquivos de programas\DVD rip tools\DVD2SVCD\temp3\dvd2svcd project file.d2s" -run -exit

"C:\Arquivos de programas\DVD rip tools\DVD2SVCD\Tylo\D2SRoBa.exe" -d2s:"C:\Arquivos de programas\DVD rip tools\DVD2SVCD\temp4\dvd2svcd project file.d2s" -run -exit
 
Your doing nothing wrong, there is simply problems with the first 3 AVI's. The black screen with red scrabled line is an Avisynth error message. The others with small *.mpg files is probably due to an audio problem within the avi. What size is the *.mpv files though, as that is all we are after plus the audio. The audio can also be extracted manually with VirtualDUB/VirtualDUBMOD as well.
 
Top