MorienteZ
18th December 2003, 13:51
I got a problem with newer versions of DVD2SVCD and have to use the old DVD2SVCD v.1.1.3 b2. The problem seems to be that the "Bicubic resize" options has been put in a separate *.ini file in the newer versions (from v.1.1.3 b2) DVD2SVCD.ini.
I'm batch-processing *.avi material with my own subtitles using the VSTFilter.dll plugin.
DVD2SVCD.ini:
..........
.....
..........
[AVISYNTH_BiCubicResize With forced subs for avi]
0=LoadPlugin(....\DVD2SVCD\Avisynth2.5 Plugins\VSFilter.dll")
1=textsub(!.sub)
2=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
!.sub=*.sub
^b_value=0.0
^c_value=0.6
It works fine in the older versions of DVD2SVCD because an individual DVD2SVCD.ini (including the settings for the *.sub file) is created and put in a separate folder for each file to be batch processed.
In the newer version it doesn't seem to be possible to create individual settings for the "AVISYNTH_BiCubicResize With forced subs for avi" because these settings is default and central placed in the DVD2SVCD folder. The path to the subtitlefile always directs to the file last used. So when u batch process e.g 7 files u get the subtitles from the first *.avi on all of them.
I hope someone understands this post and have a solution. I would really appreciate it. Merry Christmas to all of u in the community and thanks for a superb program. Keep up the good work :)
I'm batch-processing *.avi material with my own subtitles using the VSTFilter.dll plugin.
DVD2SVCD.ini:
..........
.....
..........
[AVISYNTH_BiCubicResize With forced subs for avi]
0=LoadPlugin(....\DVD2SVCD\Avisynth2.5 Plugins\VSFilter.dll")
1=textsub(!.sub)
2=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
!.sub=*.sub
^b_value=0.0
^c_value=0.6
It works fine in the older versions of DVD2SVCD because an individual DVD2SVCD.ini (including the settings for the *.sub file) is created and put in a separate folder for each file to be batch processed.
In the newer version it doesn't seem to be possible to create individual settings for the "AVISYNTH_BiCubicResize With forced subs for avi" because these settings is default and central placed in the DVD2SVCD folder. The path to the subtitlefile always directs to the file last used. So when u batch process e.g 7 files u get the subtitles from the first *.avi on all of them.
I hope someone understands this post and have a solution. I would really appreciate it. Merry Christmas to all of u in the community and thanks for a superb program. Keep up the good work :)