The problems are the fields are in the wrong position -- the lower field is above the upper field. Use the Field Swap filter in VirtualDub, or the SwapFields() filter in AviSynth, and all the comb artifacts go away.
4x Point enlargement, before:
and after SwapFields():
![]()
+ Reply to Thread
Results 31 to 37 of 37
-
Last edited by jagabo; 5th Mar 2014 at 17:52.
-
-
Ah...I was looking for anomalies on vertical edges.
Code:import win32com.client as comclt wsh= comclt.Dispatch("WScript.Shell") wsh.AppActivate("Notepad") # select another application wsh.SendKeys("DEL") # send the keys you want
-
looks like a start, but you probably have to modify that a bit, and/or the log format
let us know if you get it working with vdub , python, or other programs
I attached the log file for your test file for debug purposes
It's pretty easy to run dedup's 1st pass - just a simple 2 line script and use something like vdub file=>run video analysis pass
Code:AVISource("video.avi") DupMC(log="duplicates_log.txt")
-
-
Similar Threads
-
VFR Source.After encode,some frames remove,duplicated,remaining. Need help!
By xicudiz in forum Video ConversionReplies: 16Last Post: 9th Sep 2013, 00:06 -
Automatically Delete Select Frames
By mikesaunders in forum EditingReplies: 9Last Post: 6th Apr 2012, 00:16 -
How to find duplicated frames?
By Zabar12 in forum RestorationReplies: 5Last Post: 21st Feb 2012, 01:49 -
Film capture issue - partial film frames on a video frame. Why?
By brassplyer in forum RestorationReplies: 14Last Post: 27th Apr 2010, 16:14 -
Silent frames and/or wrong clip start with Movie Maker
By fvisagie in forum EditingReplies: 0Last Post: 18th Aug 2009, 07:55