I am using Telestream's Episode 6.3 for encoding H.264 video in an MPEG4 wrapper, using the Main Concept encoder. The source video is DV, primarily digitized from analog videotapes.
I prefer to deinterlace the video myself, rather than leaving it to a player. Episode's Deinterlace Filter offers several deinterlacing algorithms. I have been comparing two of them, Edge Detecting Interpolation Heavy and Motion Compensation.
The Episode 6.3 User's Guide says, regarding Motion Compensation: "Motion compensation usually provides the best results, but may result in artifacts in scenes where motion is difficult to estimate." I'd like to use it, but I do see artifacts.
The screenshot below shows the word "Play" generated by a VCR, superimposed over a VHS videotape's signal, as it appears in two different H.264 encodes. The result of Edge Detecting Interpolation Heavy is at the top, and the result of Motion Compensation is at the bottom.
Note the stair stepping in the Motion Compensation deinterlaced video, which is disappointing. This stair stepping does not appear in the source DV video.
Can anyone suggest settings that might avoid this artifact? (Even if you don't know Episode, you could possibly tell me what to look for.) Or I am just stuck with this sort of artifact if I decide to use Motion Compensation?
Can anyone suggest what else to look for when comparing the results of these two types of deinterlacing?
+ Reply to Thread
Results 1 to 3 of 3
-
-
I am also scaling the video from 720x480 to 640x480 (cropping 8 pixels off the left and right sides of the source 720 pixels) per Rec. 601 using the Resize Filter. I just turned on the Low Pass Filter, and that seems to help a lot.
Does it make sense that the Low Pass Filter is needed for Motion Compensation and not Edge Detecting Interpolation? -
I don't know anything about the software you are using. But the best deinterlacer right now is QTGMC() in AviSynth.
http://avisynth.org/mediawiki/QTGMC
It's pretty slow though. Even on a fast computer you'll get single digit frame rates.
Similar Threads
-
Motion Interpolation (VidFIRE) Software?
By goodiesguy in forum Video ConversionReplies: 41Last Post: 5th Mar 2016, 17:43 -
Videos Play In FF when trying to do motion interpolation
By ndawg101 in forum Software PlayingReplies: 5Last Post: 10th Apr 2011, 04:28 -
AviSynth working with Y8 uncompressed AVIs and MVTools motion interpolation
By a1s2d3f4 in forum Newbie / General discussionsReplies: 6Last Post: 10th Nov 2010, 21:32 -
Detecting bad capture, detecting blank screen or static in video files
By dj22 in forum Capturing and VCRReplies: 1Last Post: 16th Nov 2009, 00:11 -
How to Deinterlace using Motion Compensation?
By Undead Sega in forum Video ConversionReplies: 18Last Post: 15th Oct 2007, 08:58