1

Hi at @ll,

kinovea is a great software, thank you. cool But the main feature i'm missing is deinterlacing the fields of a interlaced video to 50 frames. Is it possible to integrate this feature? FFMPEG has a filter to deinterlace videos to 50 frames: http://ffmpeg.org/ffplay.html#SEC81. At the moment it seems that option 0 is used and only the first field is shown.

Best Regards,
Christian

2 (edited by joan 2011-02-01 15:17:16)

Oh, I didn't realize there was options, thanks for the heads up.
I'll try to look at this when time permits. If it's possible have a deinterlace mode that reconstruct full images from each field, then it will surely become the default.

edit:
The Yadif deinterlace algorithm is actually implemented in the new libavfilter library, which Kinovea doesn't include yet. The internal deinterlace will just reconstruct a frame from the first field.
There are other interesting things in libavfilter (notably the rotation filter) so sooner or later it will be included.