poncho765
24th May 2008, 18:06
Hi everyone, I'm currently trying to convert some tv-shows I've captured to progressive XviD files. All the source clips are stock-standard telecined material. After using TFM and TDecimate to IVTC and restore the video to its original 24 FPS glory, my script usually matches about 10 interlaced frames.
Now, the problem is I can't seem to get the overrides to work.
For example:
Frame 627 (After TDecimate) is interlaced. So, I make my override file to de-interlace this frame (PP=6):
Override File
field = top
627 P 6
I load the override file into my script:
LoadPlugin("dgdecode.dll")
LoadPlugin("TIVTC.dll")
mpeg2source("d2v")
TFM(order=1,ovr="overridefile.txt")
TDecimate()
Crop(14,10,-14,-8)
LanczosResize(608,448)
But when I open my script (with the override file added) in Virtualdubmod and I scroll to frame 627, it's still interlaced.
Can someone please explain why overrides are not working? I've read the readme's 1001 times and I just can't make sense of it.
Any help is greatly appreciated!
Now, the problem is I can't seem to get the overrides to work.
For example:
Frame 627 (After TDecimate) is interlaced. So, I make my override file to de-interlace this frame (PP=6):
Override File
field = top
627 P 6
I load the override file into my script:
LoadPlugin("dgdecode.dll")
LoadPlugin("TIVTC.dll")
mpeg2source("d2v")
TFM(order=1,ovr="overridefile.txt")
TDecimate()
Crop(14,10,-14,-8)
LanczosResize(608,448)
But when I open my script (with the override file added) in Virtualdubmod and I scroll to frame 627, it's still interlaced.
Can someone please explain why overrides are not working? I've read the readme's 1001 times and I just can't make sense of it.
Any help is greatly appreciated!