View Full Version : IVTC with Cuts on Field Boundaries


j7n
29th July 2012, 01:46
I have an NTSC "mostly-Film" video that has been edited as video and cut at field boundaries, so that only one half of some frames directly at the cuts are available.

If I run TFM(pp=0).TDecimate() on this clip, the incomplete frames are almost always dropped, and decimation leaves behind duplicates of other frames.

Such as in this example (http://www.fileden.com/files/2012/4/26/3297107/screens/test_ray.demuxed.m2v), the first and last fields of the spinning mouse aren't included, and frames 13 and 14 of the children are the same.

One solution is to cut the video and process each shot manually, inserting a half resolution frame from a parallel bobbed clip. I have begun doing this, but it is a pain since each shot is on average 2 seconds. Is there any method to automate this?

Guest
29th July 2012, 02:07
I think, formally, this does what you ask, although it's a low-quality bob (simple interpolation).

telecide(blend=false)

j7n
22nd August 2012, 04:32
I solved this issue. All I had to do was disable scene change detection with scthresh=100.0. TFM will now leave half of the incomplete frames alone and, with high enough combing detection thresholds, substitute just them from clip2. While I would manually pick the frames with least detail do deinterlace, this works well enough.