I am currently working on IVTC'ing a troublesome anime source. While I am not new to manual IVTC (most of the IVTC I have done has actually been manual) I am fairly new to Avisynth scripting. I have a segment following a scene change in the episode I am working on that I believe suffers from a misplaced field. Analysis of the fields comprising the first six frames revealed the following, where "X" represents the field I believe is misplaced: Even--X A A B C D ---------------------------------- Odd---A B C C D E Following this is a very recognizable and constant pattern of match failures that I find resolve themselves if I drop the "X" field. However, any attempt to remove the "X" field seems to halve the vertical resolution of every even field. This results in jagged edges throughout the entire episode when the fields are recombined later. Is it possible to edit individual fields in this manner without affecting their vertical resolution? I've done some forum searching, and I've looked over the Avisynth manual, but I think I must be missing something. Knowing me, it's probably obvious, but I'm afraid I'm nearing my wit's end. :) This is the Avisynth code I've been using (I am running Avisynth 2.5): Code: