|
|
DVD2SVCD 113b3b7 small bug or ?
Failed to press DVD2SVCD 113b3b7 to work with the following AVS251 script file:
LoadPlugin(quot;D:\dvd\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLLquot;)
LoadPlugin(quot;D:\dvd\DVD2SVCD\AVISYN~1.5PL\Sdi\Sdi.DLLquot;)
mpeg2source(quot;d:\dvd\DVD2SVCD\Movie\DVD2AV~1.D2Vquot;)
# -= AviSynth script by FitCD v1.1.2 =-
BilinearResize(480,376,0,52,720,376)
ConvertToYUY2()
Smoothdeinterlace()
AddBorders(0,52,0,52)
Import(quot;d:\dvd\DVD2SVCD\Movie\ResampleAudio.avsquot;)
ResampleAudio(44100)
Each time DVD2SVCD tries to do it either
LoadPlugin(quot;D:\dvd\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLLquot;)
LoadPlugin(quot;D:\dvd\DVD2SVCD\AVISYN~1.5PL\Sdi\Sdi.DLLquot;)
mpeg2source(quot;d:\dvd\DVD2SVCD\Movie\DVD2AV~1.D2Vquot;)
# -= AviSynth script by FitCD v1.1.2 =-
BilinearResize(480,376,0,52,720,376)
ConvertToYUY2()
Smoothdeinterlace()
AddBorders(0,52,0,52)
ConvertToYUY2()
Import(quot;d:\dvd\DVD2SVCD\Movie\ResampleAudio.avsquot;)
ResampleAudio(44100)
or LoadPlugin(quot;D:\dvd\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLLquot;)
LoadPlugin(quot;D:\dvd\DVD2SVCD\AVISYN~1.5PL\Sdi\Sdi.DLLquot;)
mpeg2source(quot;d:\dvd\DVD2SVCD\Movie\DVD2AV~1.D2Vquot;)
# -= AviSynth script by FitCD v1.1.2 =-
BilinearResize(480,376,0,52,720,376)
ConvertToYUY2()
Smoothdeinterlace()
AddBorders(0,52,0,52)
Import(quot;d:\dvd\DVD2SVCD\Movie\ResampleAudio.avsquot;)
ResampleAudio(44100)
ConvertToYUY2()
Import(quot;d:\dvd\DVD2SVCD\Movie\ResampleAudio.avsquot;)
ResampleAudio(44100)
depending on the field quot;Add resample audioquot; 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 quot;ConvertToYUY2()quot; even if I do not want it.
It is clear, that script file with 2 lines of quot;ConvertToYUY2()quot; 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 quot;ConvertToYUY2()quot; by means of DVD2SVCD itself. |
|