Revgen
27th December 2005, 21:14
I'm using:
DeDot
TIVTC 1.0 Beta 7
DGDecode 1.46 Beta2
TDeint V1.0 RC2
EEDI2 V0.9
When I try to use this script:
LoadPlugin("E:\TIVTC.dll")
LoadPlugin("E:\De.dll")
LoadPlugin("E:\EEDI2.dll")
LoadPlugin("E:\TDeint.dll")
LoadPlugin("E:\dgmpgdec146b2\DGDecode.dll")
mpeg2source("H:\BEAVIS_BUTTHEAD_VOL1_D1\VIDEO_TS\B&B.d2v")
DeDot()
interp = separatefields().selecteven().EEDI2(field=1)
deinted = tdeint(edeint=interp,order=1,field=1)
tfm(order=1,mode=1,clip2=deinted,d2v="H:\BEAVIS_BUTTHEAD_VOL1_D1\VIDEO_TS\B&B.d2v")
tdecimate(mode=1)
I get a error message saying, "TFM: Illegal transitions found in your avisynth file! Please use the fixed version that has been created in the same directory as the original d2v file."
So I then proceed to use the fixed file created by TFM with this script:
LoadPlugin("E:\TIVTC.dll")
LoadPlugin("E:\De.dll")
LoadPlugin("E:\EEDI2.dll")
LoadPlugin("E:\TDeint.dll")
LoadPlugin("E:\dgmpgdec146b2\DGDecode.dll")
mpeg2source("H:\BEAVIS_BUTTHEAD_VOL1_D1\VIDEO_TS\B&B-FIXED.d2v")
DeDot()
interp = separatefields().selecteven().EEDI2(field=1)
deinted = tdeint(edeint=interp,order=1,field=1)
tfm(order=1,mode=1,clip2=deinted,d2v="H:\BEAVIS_BUTTHEAD_VOL1_D1\VIDEO_TS\B&B-FIXED.d2v")
tdecimate(mode=1)
Then I get the error message, "TFM: d2v frame does not match filter frame count (193638 vs 193636)!"
When I don't use TFM the .d2v works fine. Is there something I'm doing wrong?
DeDot
TIVTC 1.0 Beta 7
DGDecode 1.46 Beta2
TDeint V1.0 RC2
EEDI2 V0.9
When I try to use this script:
LoadPlugin("E:\TIVTC.dll")
LoadPlugin("E:\De.dll")
LoadPlugin("E:\EEDI2.dll")
LoadPlugin("E:\TDeint.dll")
LoadPlugin("E:\dgmpgdec146b2\DGDecode.dll")
mpeg2source("H:\BEAVIS_BUTTHEAD_VOL1_D1\VIDEO_TS\B&B.d2v")
DeDot()
interp = separatefields().selecteven().EEDI2(field=1)
deinted = tdeint(edeint=interp,order=1,field=1)
tfm(order=1,mode=1,clip2=deinted,d2v="H:\BEAVIS_BUTTHEAD_VOL1_D1\VIDEO_TS\B&B.d2v")
tdecimate(mode=1)
I get a error message saying, "TFM: Illegal transitions found in your avisynth file! Please use the fixed version that has been created in the same directory as the original d2v file."
So I then proceed to use the fixed file created by TFM with this script:
LoadPlugin("E:\TIVTC.dll")
LoadPlugin("E:\De.dll")
LoadPlugin("E:\EEDI2.dll")
LoadPlugin("E:\TDeint.dll")
LoadPlugin("E:\dgmpgdec146b2\DGDecode.dll")
mpeg2source("H:\BEAVIS_BUTTHEAD_VOL1_D1\VIDEO_TS\B&B-FIXED.d2v")
DeDot()
interp = separatefields().selecteven().EEDI2(field=1)
deinted = tdeint(edeint=interp,order=1,field=1)
tfm(order=1,mode=1,clip2=deinted,d2v="H:\BEAVIS_BUTTHEAD_VOL1_D1\VIDEO_TS\B&B-FIXED.d2v")
tdecimate(mode=1)
Then I get the error message, "TFM: d2v frame does not match filter frame count (193638 vs 193636)!"
When I don't use TFM the .d2v works fine. Is there something I'm doing wrong?