wuemura
7th May 2009, 17:34
I use CANOPUS ADVC-100 to capture video from my Set-Top Box (DIgital TV Brazil) by S-video connection. I've noticed that the captured material has a mix of interlace, progressive and telecine witch I have problems to deinterlace.
Here is some samples captured from TV:
interlaced
http://img148.imageshack.us/img148/820/wolverine0000.jpg
interlaced
http://img18.imageshack.us/img18/9740/wolverine0001.jpg
progressive
http://img26.imageshack.us/img26/8862/wolverine0002.jpg
progressive
http://img374.imageshack.us/img374/7098/wolverine0003.jpg
progressive
http://img116.imageshack.us/img116/9661/wolverine0004.jpg
interlaced
http://img116.imageshack.us/img116/2152/wolverine0005.jpg
And goes on....
After a few scenes it changes to progressive for about 5 seconds.
http://img17.imageshack.us/img17/3161/wolverine20000.jpg
http://img413.imageshack.us/img413/9158/wolverine20001.jpg
http://img212.imageshack.us/img212/7753/wolverine20002.jpg
http://img18.imageshack.us/img18/4945/wolverine20003.jpg
Than it goes interlaced for a few seconds and repeats the above examples.
What can be done to deinterlace this type of material?
I use this avisynth script to work most of the videos:
DirectShowSource("F:/sd.avi").ResampleAudio(44100).trim(94,6059).fadeout(10)
# Melhora cor DV
#ReInterpolate411()
# Filter Tests
#PeachSmoother(NoiseLevel=4.838,Baseline=3.501)
#IVTC
#Telecide()
#Decimate(5)
ConvertToYV12()
# Separa campos
#SeparateFields()
#weave()
# Remove Ruídos
#RemoveGrain(mode=2)
# -- Deinterlace --
# Perfeito
AssumeBFF()
FieldDeinterlace()
#FieldDeinterlace(blend=true)
# DEINTERLACING (2)
#KernelDeInt(order=1,sharp=true)
#FieldDeinterlace()
#FieldDeinterlace(blend=true)
#TomsMoComp(1,5,0)
#Levels(19,1,245,0,255)
#Levels(30,1,255,0,255)
#GreedyHMA(1,0,0,0,1,0,0,0)
blur(-0.3)
# Undot
Undot()
#LanczosResize(544,400)
Here is some samples captured from TV:
interlaced
http://img148.imageshack.us/img148/820/wolverine0000.jpg
interlaced
http://img18.imageshack.us/img18/9740/wolverine0001.jpg
progressive
http://img26.imageshack.us/img26/8862/wolverine0002.jpg
progressive
http://img374.imageshack.us/img374/7098/wolverine0003.jpg
progressive
http://img116.imageshack.us/img116/9661/wolverine0004.jpg
interlaced
http://img116.imageshack.us/img116/2152/wolverine0005.jpg
And goes on....
After a few scenes it changes to progressive for about 5 seconds.
http://img17.imageshack.us/img17/3161/wolverine20000.jpg
http://img413.imageshack.us/img413/9158/wolverine20001.jpg
http://img212.imageshack.us/img212/7753/wolverine20002.jpg
http://img18.imageshack.us/img18/4945/wolverine20003.jpg
Than it goes interlaced for a few seconds and repeats the above examples.
What can be done to deinterlace this type of material?
I use this avisynth script to work most of the videos:
DirectShowSource("F:/sd.avi").ResampleAudio(44100).trim(94,6059).fadeout(10)
# Melhora cor DV
#ReInterpolate411()
# Filter Tests
#PeachSmoother(NoiseLevel=4.838,Baseline=3.501)
#IVTC
#Telecide()
#Decimate(5)
ConvertToYV12()
# Separa campos
#SeparateFields()
#weave()
# Remove Ruídos
#RemoveGrain(mode=2)
# -- Deinterlace --
# Perfeito
AssumeBFF()
FieldDeinterlace()
#FieldDeinterlace(blend=true)
# DEINTERLACING (2)
#KernelDeInt(order=1,sharp=true)
#FieldDeinterlace()
#FieldDeinterlace(blend=true)
#TomsMoComp(1,5,0)
#Levels(19,1,245,0,255)
#Levels(30,1,255,0,255)
#GreedyHMA(1,0,0,0,1,0,0,0)
blur(-0.3)
# Undot
Undot()
#LanczosResize(544,400)