PDA

View Full Version : Which one DeInt for DV sources?*****


Q-W-Y
29th June 2004, 00:28
Which one DeInterlacer for DV sources?
I have tried FieldDeinterlace... but it is not very good. TomsMoComp do strange artifacts on the fast motion. ...
So what would you recommend me?

Thx you in advance

Video Dude
29th June 2004, 03:40
KernelDeint by Donald Graft gives good results.

yup
29th June 2004, 10:00
Q-W-Y try filtering before deinterlacing, better spatial-temporal filter. After some test i get best result with TomsMocomp. Script example

viewfields() #PixiDust not work with interlaced source
Pixiedust(5)
unviewfields()
TomsMoComp(0,5,0)# Deinterlace bff
Unfilter(0,-15)#Vertical filtering
Try use Convolution3d, but imo PixieDust give better result.
yup.

Q-W-Y
29th June 2004, 14:42
Originally posted by Video Dude
KernelDeint by Donald Graft gives good results.

KernelDeint gives decent vertical "lines" on small objects. :/

Q-W-Y
29th June 2004, 15:04
Originally posted by yup
Q-W-Y try filtering before deinterlacing, better spatial-temporal filter. After some test i get best result with TomsMocomp. Script example

viewfields() #PixiDust not work with interlaced source
Pixiedust(5)
unviewfields()
TomsMoComp(0,5,0)# Deinterlace bff
Unfilter(0,-15)#Vertical filtering
Try use Convolution3d, but imo PixieDust give better result.
yup.

Thx, i will try it, but i can't connect to Tom's homepage :/ (i don't have unfilter)

yup
29th June 2004, 18:03
Try this
TomsMocomp (http://www.doom9.org/Soft21/Filters/TomsMoComp.zip)
yup.