drgonzo62
9th October 2006, 18:10
Hi,
I’m trying to delete interlaced frames that where created during a 16 to 25fps
Telecine transfer.
Decomb’s IsCombed() function does a fine job of detecting those interlaced frames,
But how do I get rid of them?
Here is my (pretty simple) script so far:
imagesource("D:\Dirt\Movie 2\Clip_1_%04d.png",0,172)
ConvertToYV12()
clip1=Subtitle(LAST,"Interlaced.")
clip2=Subtitle(LAST,"Not Interlaced.")
ConditionalFilter(last, clip1, clip2, "IsCombed()", "=", "true")
I’d like to have only the progressive frames to make dirt removal easier.
Since there isn’t a consistent pattern, non of the decimate() functions I know
Of will work. I’ll even take an output to a text file of the frame status and run
It through a VB program to nuke the interlaced frames.
Any ideas?
I’m trying to delete interlaced frames that where created during a 16 to 25fps
Telecine transfer.
Decomb’s IsCombed() function does a fine job of detecting those interlaced frames,
But how do I get rid of them?
Here is my (pretty simple) script so far:
imagesource("D:\Dirt\Movie 2\Clip_1_%04d.png",0,172)
ConvertToYV12()
clip1=Subtitle(LAST,"Interlaced.")
clip2=Subtitle(LAST,"Not Interlaced.")
ConditionalFilter(last, clip1, clip2, "IsCombed()", "=", "true")
I’d like to have only the progressive frames to make dirt removal easier.
Since there isn’t a consistent pattern, non of the decimate() functions I know
Of will work. I’ll even take an output to a text file of the frame status and run
It through a VB program to nuke the interlaced frames.
Any ideas?