Mounir
15th June 2009, 23:59
I got problems to deinterlace an avi i know the syntax for mpegs but with avi it's different i believe.
My script in its current form:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TomsMoComp\TomsMoComp_Avisynth\Debug\TomsMoComp.dll")
AVISource ("MyVideo.avi")
AssumeTFF()
ConverttoYV12()
TomsMoComp(1,5,1)
ConverttoRGB32()
I get strange results with that, i guess i missed a "interlace= true" somewhere but i'm not sure!
Also, i wanna dub the audio + video
Your inputs are welcome
n.b: please don't ask why i use rgb32 at the end 'cause i know exactly why.
My script in its current form:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TomsMoComp\TomsMoComp_Avisynth\Debug\TomsMoComp.dll")
AVISource ("MyVideo.avi")
AssumeTFF()
ConverttoYV12()
TomsMoComp(1,5,1)
ConverttoRGB32()
I get strange results with that, i guess i missed a "interlace= true" somewhere but i'm not sure!
Also, i wanna dub the audio + video
Your inputs are welcome
n.b: please don't ask why i use rgb32 at the end 'cause i know exactly why.