biont
7th December 2005, 10:33
I ask You to help me with the syntax.
I need to correct every first out of four fields of my slow-motion DV movie by applying ReverseFieldDominance to it. So my IF statement (after separatefields) should look similar to this:
If ((Framecount+4)/4==integer) ReverseFieldDominance
That way I hope every first out of four fields will be corrected: X000X000X000...
So what do I write?
I need to correct every first out of four fields of my slow-motion DV movie by applying ReverseFieldDominance to it. So my IF statement (after separatefields) should look similar to this:
If ((Framecount+4)/4==integer) ReverseFieldDominance
That way I hope every first out of four fields will be corrected: X000X000X000...
So what do I write?