View Single Post
Old 27th June 2007, 13:07   #1  |  Link
nomis1804
Registered User
 
Join Date: May 2007
Posts: 7
deinterlacing 1080i with eedi2 and tdeint errors

I am trying to deinterlace a 50fps h264 1080i broadcast to 25fps using eedi2 and tdeint. Here is my avs script:

Code:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
LoadPlugin("DGAVCDecode.dll")

AVCSource("lcd.dga")

trim(378, 388)

edeintted = last.AssumeTFF().SeparateFields().SelectEven().EEDI2()
TDeint(edeint=edeintted)

Crop(4,0,-4,-2)

BicubicResize(960, 544)
The problem I'm having is only on a few frames with lots of motion but it's very noticeable when watching. Here is one of the frames with errors:



I'm really not sure what's going on here any help would be appreciated.
nomis1804 is offline   Reply With Quote