-
AviSynth MSU Field Shift Fixer – deinterlacing
I think using this filter helped prepare my footage for better deinterlacing. Maybe I’m imagining things, but here’s the link and my sample script…
https://compression.ru/video/old_film_recover/field_shift_en.html
LoadPlugin(“msu_fieldshiftfixer.dll”)
AVISource(“clip.avi”)
ConvertToYUY2()
MSU_FieldShiftFixer(1,1,1)
ConvertToRGB24()I then deinterlaced using fieldskit with these settings:
Timing: Motion Estimated Blend
Field Order: (depends – upper for beta)
Fill Method: Blend (other settings gave artifacts)
Detect Motion: 3 Frames Compare (some minor artifacts with 2 frame)
Detect Method: Point Difference (didn’t see much actual practical difference with other setting, though mask varies greatly)
Note that the original footage here came though an unknown process before it got to me… so maybe that’s why it (possibly) helped. The “unknown process” was something like Film -> ? -> Beta -> FCP over Kona LSe component. I got the Beta tape and saw the interlacing on the ingested footage from there.
Anyway, hope it helps…
Sorry, there were no replies found.