showergel
1st April 2007, 23:48
I was curious if anyone could help me on this. I'm using GK and have a problem getting the 2nd pass using tfm to do a hybrid deinterlace for ST: Voyager. The first pass runs correctly, but on the nth (second) pass, it will not process past the first frame.
Here is my 1st pass .avs:
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("C:\Program Files\GordianKnot\Newest Plugins\DGIndex v1.4.9b9\DGDecode.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\TIVTC\TIVTC.dll")
# SOURCE
mpeg2source("C:\Documents and Settings\User\Desktop\dvd\1\e189.d2v", idct=0)
tfm(d2v="C:\Documents and Settings\User\Desktop\dvd\1\e189.d2v",output="matches.txt")
tdecimate(mode=4,output="metrics.txt")
# CROPPING
crop(10,0,702,480)
# RESIZING
LanczosResize(640,480)
..and my second pass .avs:
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("C:\Program Files\GordianKnot\Newest Plugins\DGIndex v1.4.9b9\DGDecode.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\TIVTC\TIVTC.dll")
# SOURCE
mpeg2source("C:\Documents and Settings\User\Desktop\dvd\1\e189.d2v", idct=0)
tfm(d2v="C:\Documents and Settings\User\Desktop\dvd\1\e189.d2v",input="matches.txt")
tdecimate(mode=5,hybrid=2,vfrDec=1,input="metrics.txt",tfmIn="matches.txt",mkvOut="mkv-timecodesfile.txt")
# CROPPING
crop(10,0,702,480)
# RESIZING
LanczosResize(640,480)
I've also altered the GK default DivX Firstpass Settings file to allow the DivX codec (v6.5.0.53) to write the logfile to the current working directory. I'm able to open the logfile and it is located where I expect it. On the nth (second) pass job setup, I specify the logfile for the nth pass - and have tried specifying the .ac3 audio file and disabling muxing but it has no effect.
What's important to know is VirtualDubMod doesn't lock up.. the time indicator keeps on moving, but the framecount on the status window stays at 1. I've also enabled the DivX Feedback window to see what's going on behind the scene and the codec is actively processing frames.. black frames.. they're all I-Frames (if that means anything) at a rate of 14 frames/sec.
Further- I've also tried this without GK and used the same .avs scripts in VirtualDubMod v1.5.10.2 b2542, VirtualDub v.1.6.15 & v1.6.17 with the exact same result. FWIW, I'm using TVITC v1.0.1 from 19-Feb-2007.
Any ideas?
Here is my 1st pass .avs:
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("C:\Program Files\GordianKnot\Newest Plugins\DGIndex v1.4.9b9\DGDecode.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\TIVTC\TIVTC.dll")
# SOURCE
mpeg2source("C:\Documents and Settings\User\Desktop\dvd\1\e189.d2v", idct=0)
tfm(d2v="C:\Documents and Settings\User\Desktop\dvd\1\e189.d2v",output="matches.txt")
tdecimate(mode=4,output="metrics.txt")
# CROPPING
crop(10,0,702,480)
# RESIZING
LanczosResize(640,480)
..and my second pass .avs:
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("C:\Program Files\GordianKnot\Newest Plugins\DGIndex v1.4.9b9\DGDecode.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\TIVTC\TIVTC.dll")
# SOURCE
mpeg2source("C:\Documents and Settings\User\Desktop\dvd\1\e189.d2v", idct=0)
tfm(d2v="C:\Documents and Settings\User\Desktop\dvd\1\e189.d2v",input="matches.txt")
tdecimate(mode=5,hybrid=2,vfrDec=1,input="metrics.txt",tfmIn="matches.txt",mkvOut="mkv-timecodesfile.txt")
# CROPPING
crop(10,0,702,480)
# RESIZING
LanczosResize(640,480)
I've also altered the GK default DivX Firstpass Settings file to allow the DivX codec (v6.5.0.53) to write the logfile to the current working directory. I'm able to open the logfile and it is located where I expect it. On the nth (second) pass job setup, I specify the logfile for the nth pass - and have tried specifying the .ac3 audio file and disabling muxing but it has no effect.
What's important to know is VirtualDubMod doesn't lock up.. the time indicator keeps on moving, but the framecount on the status window stays at 1. I've also enabled the DivX Feedback window to see what's going on behind the scene and the codec is actively processing frames.. black frames.. they're all I-Frames (if that means anything) at a rate of 14 frames/sec.
Further- I've also tried this without GK and used the same .avs scripts in VirtualDubMod v1.5.10.2 b2542, VirtualDub v.1.6.15 & v1.6.17 with the exact same result. FWIW, I'm using TVITC v1.0.1 from 19-Feb-2007.
Any ideas?