relative
26th September 2005, 11:19
Hi all,
was trying to follow Doom9's guide 4 transfer my DV video to DVD.
Having an interlaced source I need to de-interlace before encoding, so I've copied this script:
AviSource("C:\MyDVFiles\DV_type2_file.avi")
SeparateFields()
odd=SelectOdd.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()
But i've got the error in title and because i'm not experienced with avisynth have 1 question: Is the error related to a codec problem? (if so please tell me which codec do I need).
Thanks
was trying to follow Doom9's guide 4 transfer my DV video to DVD.
Having an interlaced source I need to de-interlace before encoding, so I've copied this script:
AviSource("C:\MyDVFiles\DV_type2_file.avi")
SeparateFields()
odd=SelectOdd.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()
But i've got the error in title and because i'm not experienced with avisynth have 1 question: Is the error related to a codec problem? (if so please tell me which codec do I need).
Thanks