SILICON
26th December 2002, 11:27
I used vobsub for permanet subtitles. I make:
1 - Ripped the wole DVD (no stream proccesing) to HD with SmartRipper. Make DVD2AVI.
2 - Execute: rundll32 vobsub.dll,Configure config.txt
config.txt
C:\film\vts_01_0.ifo
c:\film\subtitles
1 # ¿what is Program chain?
1 # Angle one
9 # the spanish subtitles stream . What means closed captions?
CLOSE
3 - Add subtitles with avisynth:
LoadPlugin("C:\encoding\MPEG2DEC.dll")
LoadPlugin("C:\encoding\vobsub.dll")
mpeg2source("c:\film\film.d2v")
BilinearResize(496,448,6,0,708,480)
vobsub("c:\film\subtitles")
AddBorders(16,16,16,16)
The questions:
1 - What is Program Chain?
2 - I need only the spanish forced subtitles (ie: Elvish Subtitles in Lord of the Rings). I can teel this to the vobsub in config.txt file?
3 - In auto mode: can I tell the resize factor in config.txt?
4 - The delay. Can I tell in the config.txt?. Can vobsub see it?
5 - I can´t know the exact delay. Can I see it in any place?
6 - A good manual for this program?
Sorry by my bad english. Thanks.
1 - Ripped the wole DVD (no stream proccesing) to HD with SmartRipper. Make DVD2AVI.
2 - Execute: rundll32 vobsub.dll,Configure config.txt
config.txt
C:\film\vts_01_0.ifo
c:\film\subtitles
1 # ¿what is Program chain?
1 # Angle one
9 # the spanish subtitles stream . What means closed captions?
CLOSE
3 - Add subtitles with avisynth:
LoadPlugin("C:\encoding\MPEG2DEC.dll")
LoadPlugin("C:\encoding\vobsub.dll")
mpeg2source("c:\film\film.d2v")
BilinearResize(496,448,6,0,708,480)
vobsub("c:\film\subtitles")
AddBorders(16,16,16,16)
The questions:
1 - What is Program Chain?
2 - I need only the spanish forced subtitles (ie: Elvish Subtitles in Lord of the Rings). I can teel this to the vobsub in config.txt file?
3 - In auto mode: can I tell the resize factor in config.txt?
4 - The delay. Can I tell in the config.txt?. Can vobsub see it?
5 - I can´t know the exact delay. Can I see it in any place?
6 - A good manual for this program?
Sorry by my bad english. Thanks.