MarcN
20th February 2005, 22:28
Hello!
I’m regularly capturing from TV (PAL) with VVCR. The video is compressed with PICVideo MJEPG. So far I did use Vdub for postprocessing but now I want to switch to AVIsynth. However I ran into two problems.
1) Most deinterlacer filters (like LeakKernelDeint) I tried produced noticeable artefacts in high contrast (horizontal) areas. See below:
http://home.arcor.de/marcn_de/deint.gif
What filter would you recommend for this?
2) The capture guide says in its postproscessing section for Vdub:
In general, one should apply a temporal denoiser first, followed by a spatial denoiser (with low settings) which cleans the remaining artefacts.
In the same section for AviSynth I found this example:
…
VagueDenoiser(threshold=4, method=1, nsteps=6, chroma=true)
TemporalCleaner(6, 12)
But that’s the reverse order of what is recommended in the Vdub section, isn’t it? So which filters should I use and in what order?
Thanks a lot, Marc.
I’m regularly capturing from TV (PAL) with VVCR. The video is compressed with PICVideo MJEPG. So far I did use Vdub for postprocessing but now I want to switch to AVIsynth. However I ran into two problems.
1) Most deinterlacer filters (like LeakKernelDeint) I tried produced noticeable artefacts in high contrast (horizontal) areas. See below:
http://home.arcor.de/marcn_de/deint.gif
What filter would you recommend for this?
2) The capture guide says in its postproscessing section for Vdub:
In general, one should apply a temporal denoiser first, followed by a spatial denoiser (with low settings) which cleans the remaining artefacts.
In the same section for AviSynth I found this example:
…
VagueDenoiser(threshold=4, method=1, nsteps=6, chroma=true)
TemporalCleaner(6, 12)
But that’s the reverse order of what is recommended in the Vdub section, isn’t it? So which filters should I use and in what order?
Thanks a lot, Marc.