Log in

View Full Version : DVD2SVCD 113b3b7 small bug or ?


eugen
29th May 2003, 08:47
Failed to press DVD2SVCD 113b3b7 to work with the following AVS251 script file:

LoadPlugin("D:\dvd\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
LoadPlugin("D:\dvd\DVD2SVCD\AVISYN~1.5PL\Sdi\Sdi.DLL")
mpeg2source("d:\dvd\DVD2SVCD\Movie\DVD2AV~1.D2V")
# -= AviSynth script by FitCD v1.1.2 =-
BilinearResize(480,376,0,52,720,376)
ConvertToYUY2()
Smoothdeinterlace()
AddBorders(0,52,0,52)
Import("d:\dvd\DVD2SVCD\Movie\ResampleAudio.avs")
ResampleAudio(44100)

Each time DVD2SVCD tries to do it either

LoadPlugin("D:\dvd\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
LoadPlugin("D:\dvd\DVD2SVCD\AVISYN~1.5PL\Sdi\Sdi.DLL")
mpeg2source("d:\dvd\DVD2SVCD\Movie\DVD2AV~1.D2V")
# -= AviSynth script by FitCD v1.1.2 =-
BilinearResize(480,376,0,52,720,376)
ConvertToYUY2()
Smoothdeinterlace()
AddBorders(0,52,0,52)
ConvertToYUY2()
Import("d:\dvd\DVD2SVCD\Movie\ResampleAudio.avs")
ResampleAudio(44100)

or


LoadPlugin("D:\dvd\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
LoadPlugin("D:\dvd\DVD2SVCD\AVISYN~1.5PL\Sdi\Sdi.DLL")
mpeg2source("d:\dvd\DVD2SVCD\Movie\DVD2AV~1.D2V")
# -= AviSynth script by FitCD v1.1.2 =-
BilinearResize(480,376,0,52,720,376)
ConvertToYUY2()
Smoothdeinterlace()
AddBorders(0,52,0,52)
Import("d:\dvd\DVD2SVCD\Movie\ResampleAudio.avs")
ResampleAudio(44100)
ConvertToYUY2()
Import("d:\dvd\DVD2SVCD\Movie\ResampleAudio.avs")
ResampleAudio(44100)

depending on the field "Add resample audio" was checked or not.

Other words I could avoid the adding 2 last lines (regarding audio) by means of unchecking the mentioned above window. But I could not avoid adding the line "ConvertToYUY2()" even if I do not want it.
It is clear, that script file with 2 lines of "ConvertToYUY2()" is workable, but it costs twice as much time.

I have made a trick of pressing DVD2SVCD to do what I want it to do by overwriting AviSynth_Script_file.avs file with my copy during the short pause between launching CCE and loading it that script file.

I think it should be included the possibility to control the line "ConvertToYUY2()" by means of DVD2SVCD itself.