View Full Version : Logging combed frames
Boulder
26th July 2011, 16:33
Is there a way to detect combed frames and output the results in a text file? I have several TV series episodes and concert footage which consists of mixed film and video, and I would like to run a quick analysis pass to find out where the video/film parts should be. The detection doesn't need to be 100% accurate, it's enough to find out the regions since there should always be multiple consecutive combed frames anyway.
Chikuzen
26th July 2011, 17:37
LoadPlugin("TIVTC.dll")
sourcefilter("yourfile.xxx")
token = " : "
WriteFile(last, "IsCombed.log", "current_frame", "token", "IsCombedTIVTC")
Boulder
26th July 2011, 17:50
Thanks! :)
Gavino
26th July 2011, 17:56
Or, to write just the combed frames:
WriteFileIf("IsCombed.log", "IsCombedTIVTC", "current_frame")
SSH4
26th July 2011, 23:32
tfm(pp=1, cthresh=5, mi=40, display=false, output="ep01\combed1.txt")
and from combed1.txt:
42 h + [67]
46 h + [41]
is combed frames
dragon_warrior
27th July 2011, 14:41
Hi, I wonder if I can deinterlace only frames that have the mic-value greater than or equal to X? Thanks
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.