Log in

View Full Version : Is it possible improve quality of bmp subtitles in dvd2svcd ?


juange
10th April 2003, 15:36
In olders version of dvd2svcd, when I have a dvd without Spanish subtitles, I taked them from the web and insert as follows :
Permanent with avisynth script :
For example :

[AVISYNTH_BicubicResize with subtitles + ssa]
0=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!textsub.vdf)
3=textsub(!file.sub)
^b_value=0.0
^c_value=0.6
!textsub.vdf=C:\Archivos de programa\Gabest\VobSub\textsub.vdf
!file.sub=C:\TEMP\sub1.ssa

When I want selectable subtitles I use the procedure with MaestroSBT and winsubmux for multiplex in mpg file.

In both cases the quality of bmps are better than bmps generated by dvd2svcd.

But I prefer use only one tool, (the best !!) dvd2svcd. Now It can use external subtitles. Great !:D

Are there any way for make better bmps ? quality and detail.:confused:


Thanks for your help.