This filter removes interpolation artifacts visible on
the sides of fast moving objects when capturing in high
resolution. It's based on Smart Deinterlacing Filter
for VirtualDub --- it performs deinterlacing only in
moving picture areas, allowing full resolution in
static areas.
I use it for capturing in the 640x480 resolution.
Adopted from the `transcode' project -
http://freshmeat.net/projects/transcode.
this patch includes:
more simple and fast deinterlace_filter from the
previous patch
Works with 0.5.1
usage: copy patch to the parent directory of your
camserv-0.5.1 and type:
patch -p0 < camserv-smart_deinterlace.patch
(or copy to root of camserv-0.5.1 and use patch -p1)
Don't forget to initiate the filter in your config
properly.
camserv-smart_deinterlace.patch