Stingrey
20th July 2004, 15:33
I read some guides and FAQīs, but I didnīt find what I need.
In many threads itīs postet how to get subtitles in an AVI.
But I donīt want to encode the AVI file and than reencode ist to add the subtitles. There must be a way off getting the subtitles permanently in an AVI file, without reencode it.
Iīm using GK to get the AVI. After I made the configures I getting this avs file:
# PLUGINS
LoadPlugin("C:\Programme\GordianKnot\AviSynthPlugins\dgdecode.dll")
LoadPlugin("C:\Programme\GordianKnot\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\Programme\GordianKnot\AviSynthPlugins\TomsMoComp.dll")
LoadPlugin("C:\Programme\GordianKnot\AviSynthPlugins\VSFilter.dll")
# SOURCE
mpeg2source("G:\DVD\Lodoss\Epi1\LODOSS.d2v")
# CROPPING
crop(14,4,696,568)
# DEINTERLACING (1)
TomsMoComp(1,5,1)
# DENOISING: choose one combination (or none)
Undot()
# SUBTITLES
VobSub("G:\DVD\Lodoss\Epi1\LODOSS")
# RESIZING
BicubicResize(692,516,0,0.75)
I ripped the subtitle with VobSub and saved them (LODOSS.idx + LODOSS.sub both in G:\DVD\Lodoss\Epi1\).
But why I donīt get the subs in my AVI?
I want them permanantly.
It would be fine if anyone could say what is wrong.
In many threads itīs postet how to get subtitles in an AVI.
But I donīt want to encode the AVI file and than reencode ist to add the subtitles. There must be a way off getting the subtitles permanently in an AVI file, without reencode it.
Iīm using GK to get the AVI. After I made the configures I getting this avs file:
# PLUGINS
LoadPlugin("C:\Programme\GordianKnot\AviSynthPlugins\dgdecode.dll")
LoadPlugin("C:\Programme\GordianKnot\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\Programme\GordianKnot\AviSynthPlugins\TomsMoComp.dll")
LoadPlugin("C:\Programme\GordianKnot\AviSynthPlugins\VSFilter.dll")
# SOURCE
mpeg2source("G:\DVD\Lodoss\Epi1\LODOSS.d2v")
# CROPPING
crop(14,4,696,568)
# DEINTERLACING (1)
TomsMoComp(1,5,1)
# DENOISING: choose one combination (or none)
Undot()
# SUBTITLES
VobSub("G:\DVD\Lodoss\Epi1\LODOSS")
# RESIZING
BicubicResize(692,516,0,0.75)
I ripped the subtitle with VobSub and saved them (LODOSS.idx + LODOSS.sub both in G:\DVD\Lodoss\Epi1\).
But why I donīt get the subs in my AVI?
I want them permanantly.
It would be fine if anyone could say what is wrong.