travis morgan
9th April 2002, 03:54
i finally had a movie i had to perform inverse telecine on and add subtitles too. the movie was blood: the last vampire. excellent movie by the way.
after first reading doom9's guides, my first thought was this is going to be kind of complicated. maybe i didn't really want to try this. so i started thinking, there might be an easier way to do this. that's when it hit me. why not use the .avs file that gordian knot produces. tmpgenc can read an .avs file. so i modified the .avs file and loaded it into tmpgenc as the video source.
**modified .avs file**
LoadPlugin("C:\dvd2cd\apps\GORDIA~1\mpeg2dec.dll")
LoadPlugin("C:\dvd2cd\apps\GORDIA~1\InverseTelecine.dll")
LoadPlugin("C:\WINNT\System32\vobsub.dll")
#
# SOURCE
mpeg2source("C:\dvd2cd\video\divx\blood the last vampire\video.d2v")
#
# IVTC
InverseTelecine(40,10,15)
#
# SUBTITLES
VobSub("C:\dvd2cd\video\divx\blood the last vampire\vts_01_0")
i loaded the appropriate .wav file as the wav source. everything work accordingly. the movie turned out great.
this process is probably nothing new to some people, but i don't recall ever reading anything about it in the forums.
comments.
after first reading doom9's guides, my first thought was this is going to be kind of complicated. maybe i didn't really want to try this. so i started thinking, there might be an easier way to do this. that's when it hit me. why not use the .avs file that gordian knot produces. tmpgenc can read an .avs file. so i modified the .avs file and loaded it into tmpgenc as the video source.
**modified .avs file**
LoadPlugin("C:\dvd2cd\apps\GORDIA~1\mpeg2dec.dll")
LoadPlugin("C:\dvd2cd\apps\GORDIA~1\InverseTelecine.dll")
LoadPlugin("C:\WINNT\System32\vobsub.dll")
#
# SOURCE
mpeg2source("C:\dvd2cd\video\divx\blood the last vampire\video.d2v")
#
# IVTC
InverseTelecine(40,10,15)
#
# SUBTITLES
VobSub("C:\dvd2cd\video\divx\blood the last vampire\vts_01_0")
i loaded the appropriate .wav file as the wav source. everything work accordingly. the movie turned out great.
this process is probably nothing new to some people, but i don't recall ever reading anything about it in the forums.
comments.