Selur's Little Message Board

Full Version: Video is progressive yet has combing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is the best way of fixing this? What would the input type be in Hybrid?

I see the QTGMC filter can help, but not sure of the settings:

http://avisynth.nl/index.php/QTGMC#Progressive_Input

Can remove horizontal shimmering effects from progressive sources. Experiment with InputType=1, 2 or 3 for best results. FPS will not be doubled
If you want to use Hybrid as denosie filter and not Deinterlcer use Filtering->Vapoursynth (or Avisynth)->Denoiser->QTGMC.
Filtering->Avisynth->DeNoise->Vinverse or Filtering->Vapoursynth->Frame->Misc->Vinverse/Vinverse2 might also help.
If none of them help, the usual approach is to downscale hotizontally to get rid of the combing and then upscale horizontal back to the orginal resolution.
This would have to be made in a custom Avisynth or Vapoursyth section.

Cu Selur

Ps.: There a quite a bunch of threads (and solutions) about this over at forum.videohelp.com.