I've been testing deinterlacing some of our videos and wanted to see the difference between I1 ... I5; I noticed a few interesting things..
I1 works relatively well I2 doesn't seem to do much to the video (as per the description handled by encoder and that most encoders don't handle this) I3 gives me the following error in one case: [video_trans.c] width 138 138 | height 108 109 [transcode] critical: Oops, frame parameter mismatch detected I4 actually cuts the video height in half (as per description) I5 also works relatively well, but seems a little more blurred than I1.. So, the behaviour of I3 seems to be the problem, that when zooms out to half size; if one of the dimensions is odd, it will crash coming back up to full size. Can anyone comment on this, maybe someone can fix it so it will work with an odd-number of lines? Jacob (Jack) Gryn