This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Video stuttering after processing
#16
Your clip is not interlaced. It's encoded as progressive H.264. (someone messed up there during the digitalization)
Fieldmatching your clip shows that there are a few duplicate frames:
6&7
30&31
53&54
100&101
...
which do not follow a pattern. Also, there are still some combing artifacts left after the field matching.
=> this is not a bug in QTGMC, this is you feeding it non-interlaced content and expecting it to do something it is not designed to do.

To deal with the combing artifacts, what I would suggest is:
  • use "Filtering->Vapoursynth->Frame->Misc->TFM" for the field machting.
  • use "Filtering->Vapoursynth->Denoise->QTGMC" with "Input type" set to "3" for the removal of the residual combing.
  • use "Filtering->Vapoursynth->Frame->Misc->FillDuplicates" to replace the duplicate with interpolated frames.
    A threshold of '0.005' seems to work for me correctly to identify the duplicates.
    You should move the "QTGMCFilter" filter before the "FillDuplicates" filter. ("Filtering->Vapoursynth->Misc->Filter Order/Queue")

Additionally, I would suggest:
  • Cropping the source (left=6, right=8, top=0, bottom=6)
  • maybe use "Filtering->Vapoursynth->Sharpen->aWarpSharp2" with 'Depth' set to '16' or similar, too shrink the black lines a bit.
  • look into some color adjustments (maybe "Filtering->Vapoursynth->Color->AutoWhite" or some manual adjustments)
Here's an encode of the sample.
Didn't do any denoising, deblocking or similar, main idea was to show how to deal with the combing artifacts.


Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: Video stuttering after processing - by Selur - 29.03.2025, 22:37

Forum Jump:


Users browsing this thread: 1 Guest(s)