View Single Post
Old 18th December 2008, 07:09   #5  |  Link
juhok
Registered User
 
juhok's Avatar
 
Join Date: Dec 2005
Posts: 110
@MadRat; Yeah, but there's slight problem.. I'd need to do this in an automated fashion.

So far I've used Fudoh's script
Code:
#
# dropout.avs
#

# settings
global dir = "d:\temp\"
global infile = dir + "Capture_20060605-134049.avi"
global logfile = dir + "test.log"

# code
clip = AviSource(infile).ConvertToYV12

WriteFileIf(clip, logfile, "(UDifferenceFromPrevious>20)", "current_frame", """ ":" """, "UDifferenceFromPrevious")
WriteFileStart(logfile, """ "Start" """, append = false)
WriteFileEnd(logfile, """ "End" """)
+ trimmaker. But this aproach still requires a lot of human interaction.
juhok is offline   Reply With Quote