Skip to content

QTGMC Supplemental Filter

Rainman74 edited this page Sep 18, 2025 · 1 revision

QTGMC Supplemental Filter (KFM / KFM.dll)

KAnalyzeStatic(clip, float "thcombe", float "thdiff")

Analysis filter for merging static regions back into QTGMC output. Algorithmically, it merges pixels that are both detected as combed and static.

  • CUDA support: Yes
  • clip – Pass the source clip used for QTGMC
  • int thcombe = 30 – Combing detection threshold. Smaller values mark larger areas as combed.
  • int thdiff = 15 – Static detection threshold. Larger values mark larger areas as static.

KShowStatic(clip, clip)

Visualization filter for KAnalyzeStatic’s results.

  • CUDA support: No
  • clip – KAnalyzeStatic clip
  • clip – Source clip

KMergeStatic(clip, clip, clip)

Merge filter that combines QTGMC output with the source using KAnalyzeStatic results.

  • CUDA support: Yes
  • clip – QTGMC output clip
  • clip – Source clip (assumed to be half the frame rate of the QTGMC clip)
  • clip – KAnalyzeStatic clip

Clone this wiki locally