forked from rigaya/AviSynthCUDAFilters
-
Notifications
You must be signed in to change notification settings - Fork 0
QTGMC Supplemental Filter
Rainman74 edited this page Sep 18, 2025
·
1 revision
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.
Visualization filter for KAnalyzeStatic’s results.
- CUDA support: No
- clip – KAnalyzeStatic clip
- clip – Source 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