View Full Version : automatic deinterlace
dukey
15th March 2006, 17:48
I have a load of Pal videos which are mostly progressive apart from sometimes text appearing on the screen, scrolling or fading or whatever. These effects are interlaced, and sometimes scene fades in the videos are also interlaced. I have been deinterlacing these manually but i was wondering is there any good way of doing this automatically ?
Want something like
if(frame is interlaced)
blend fields together
else
leave frame untouched
Thanks
Mr_Odwin
15th March 2006, 17:59
With fielddeinterlace (using decomb.dll) you can set 'full=false' which would do exactly what you require. I don't know about other deinterlacers, but you could use them with an if-else statement and the iscombed() function of decomb.dll.
dukey
15th March 2006, 18:24
FieldDeinterlace(full=false,dthreshold=9,blend=true)
seems to work but i dont know if its just deinterlacing everything or just the interlaced frames
how could i use something if
if(iscombed() )
tomsmocomp
Im not really sure of the syntax to do this
neuron2
15th March 2006, 20:05
FieldDeinterlace(full=false,dthreshold=9,blend=true)
seems to work but i dont know if its just deinterlacing everything or just the interlaced frames Set map=true and that will allow you to see what is being deinterlaced.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.