Belgarad
3rd May 2002, 11:35
How does dvd2svcd create the avisythn_file.avs file?
I have 2 pc's both running dvd2svcd (same version 1.08 b1)
Because of problems in the final svcd, i spent a look and found differences in the generated avisythn_file.avs, that caused my probs:
PC1: (this caused my trouble, because of the resizing)
LoadPlugin("D:\APPS\DVD2SVCD\SIMPLE~1\SIMPLE~1.DLL")
LoadPlugin("D:\APPS\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("D:\Daten\Video\DVD2SV~1\DVD2AV~1.D2V")
SimpleResize(480,432)
AddBorders(0,72,0,72)
ResampleAudio(44100)
PC2: (this works always fine)
LoadPlugin("D:\APPS\DVD2SVCD\SIMPLE~1\SIMPLE~1.DLL")
LoadPlugin("D:\APPS\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("D:\Daten\Video\DVD2SV~1\DVD2AV~1.D2V")
SimpleResize(480,576)
ResampleAudio(44100)
So how does dvd2svcd create the *.avs. Why does this happen?
I have 2 pc's both running dvd2svcd (same version 1.08 b1)
Because of problems in the final svcd, i spent a look and found differences in the generated avisythn_file.avs, that caused my probs:
PC1: (this caused my trouble, because of the resizing)
LoadPlugin("D:\APPS\DVD2SVCD\SIMPLE~1\SIMPLE~1.DLL")
LoadPlugin("D:\APPS\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("D:\Daten\Video\DVD2SV~1\DVD2AV~1.D2V")
SimpleResize(480,432)
AddBorders(0,72,0,72)
ResampleAudio(44100)
PC2: (this works always fine)
LoadPlugin("D:\APPS\DVD2SVCD\SIMPLE~1\SIMPLE~1.DLL")
LoadPlugin("D:\APPS\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("D:\Daten\Video\DVD2SV~1\DVD2AV~1.D2V")
SimpleResize(480,576)
ResampleAudio(44100)
So how does dvd2svcd create the *.avs. Why does this happen?