View Single Post
Old 30th June 2009, 14:30   #15  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
It's hard telecined, so Force Film would not help.

The material is difficult for an adaptive field matcher. Since it is a constant pattern throughout, you can do it the old fashioned way:

loadplugin("dgdecodenv.dll")
DGSource("E:\tmp\00066_trimmed.dga")
assumetff()
separatefields()
selectevery(10,0,1,2,3,6,5,8,9)
weave()
trim(2,0)

I have the trim at the end because the first few frames are apparently not in pattern for some reason.

You'll have to determine the correct selectevery() invocation (telecine phase) for each clip.
Guest is offline   Reply With Quote