Log in

View Full Version : deinterlace an Avi


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.

Comatose
16th June 2009, 00:06
n.b: please don't ask why i use rgb32 at the end 'cause i know exactly why.
Excellent way to finish your post! It doesn't come off as arrogant or anything. Tell us why instead?

Mounir
16th June 2009, 00:20
because i feed this script to a software that requires rgb32 simple as that.
Now back on topic please

I just need the correct syntax to deal with an interlaced avi if it's not asking a lot indeed.

Mounir
16th June 2009, 00:45
Oh well it seems this script is just fine, it was a bad placement filter that ****** in the software i use

Inspector.Gadget
16th June 2009, 01:02
You may want to edit your language there ;) . BTW, it would be helpful if you could post the revised (working) script so others can benefit from your trial and error. Thanks!