The second season of a show I'm trying to encode doesn't fully work with qtgmc() + srestore() About 90% of the frames work but there is some color smear as well as some blending on some of the frames. How can I resolve this?
+ Reply to Thread
Results 1 to 4 of 4
-
-
I've only looked at the first few percent of the video as it's only downloading at about 8 KB/s, but from the bit I've looked at it appears to have been blended from 24fps (or maybe 23.976). There's also some color smear and a ghosting effect baked into the fields near the beginning, but if QTGMC is making it worse, maybe try some other bob de-interlacer.
[Attachment 87640 - Click to enlarge]
I created the attached sample using the FixBlend function in my signature. It works great if the blend pattern doesn't change, but it will fail when it does. It's not automatic like SRestore. But anyway.... maybe try this (I remuxed the sample as a TS file so I could open it with DGIndex):
Mpeg2Source("clip.d2v")
TDeint(Mode=1, TryWeave=true)
# or QTGMC() or something else
Trim(0,699).FixBlendX(8, 10, 24000,1000) + \
Trim(700,0).FixBlendX(4, 10, 24000,1000)
# or SRestore(24) or SRestore(24000.0/1001.0)
The blending pattern did seem to change in the small part I looked at, and usually SRestore will leave a few blends behind until it locks into the pattern again. If it changes often though, it's a lot of work to fix it manually with FixBlend.Last edited by hello_hello; 27th Jun 2025 at 12:33.
Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview) -
users currently on my ignore list: deadrats, Stears555, marcorocchini
-
I wondered about a lower frame rate, but there's a section roughly 34 seconds in with quite a few unique successive frames at 24fps.
Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview)
Similar Threads
-
Upscaling after sRestore leads in huge artefacts & sRestore with Vapoursynt
By Platos in forum RestorationReplies: 18Last Post: 27th Apr 2023, 17:03 -
Qtgmc-GUI. A simple encoder for your Qtgmc scripts.
By ProWo in forum Video ConversionReplies: 17Last Post: 4th Mar 2023, 02:01 -
QTGMC not working properly (AviSynth+)
By JadHC in forum RestorationReplies: 12Last Post: 15th Feb 2023, 17:18 -
When to TDecimate/SRestore?
By Okiba in forum RestorationReplies: 118Last Post: 18th Aug 2021, 03:55 -
QTGMC TFF not working on Separated fields?
By taigi in forum Video ConversionReplies: 16Last Post: 5th Jun 2021, 10:38