Noah
10th July 2004, 19:16
I'm trying to get a good deinterlacing script down for South Park episodes. They're all 29.97 fps pure interlaced video, so it should be easy enough, but I'm getting a lot of aliasing with everything I've tried so far.
I've had the best luck with:
FieldDeinterlace(full=false,blend=false)
or
KernelDeint(order=1)
Those still produce a lot of aliasing in deinterlaced sections of the frame, but are better than just FieldDeinterlace(blend=false) (the default in DVD Rebuilder), which results in aliasing on diagonal lines of every frame.
Any suggestions?
I've had the best luck with:
FieldDeinterlace(full=false,blend=false)
or
KernelDeint(order=1)
Those still produce a lot of aliasing in deinterlaced sections of the frame, but are better than just FieldDeinterlace(blend=false) (the default in DVD Rebuilder), which results in aliasing on diagonal lines of every frame.
Any suggestions?