sixthofmay
11th November 2020, 01:58
Surely someone has seen this error:
Avisynth open failure:
MergeLuma: Images must have same width and height! (QTGMC-3,32.avsi, line 394)
And here's line 394 in QTGMC:
spatialBlur = (IsClip(spatialBlur) && SrchClipPP > 1) ? (ChromaMotion ? spatialBlur.Merge( repair0, 0.1 ) : spatialBlur.MergeLuma( repair0, 0.1 )) : spatialBlur
I noticed the oddity in the DGIndexNV status window when creating the 'thkd.dgi' file
Coded Size: 1920x1088
Display Size: 1920x1080
IIRC, those are usually the same dimensions, not different.
So far QTGMC-3.32.avsi has worked fine. Today I tried to open a 1080i 25fps video (PAL?). I'm using AVISynth v2.6. In my 01.avs file (opened with Virtualdub2 b44282), I have:
DGSource("thkd.dgi", deinterlace=0)
AssumeTFF()
QTGMC( Preset="Slow", NoisePreset="Slow" )
SelectEven()
Avisynth open failure:
MergeLuma: Images must have same width and height! (QTGMC-3,32.avsi, line 394)
And here's line 394 in QTGMC:
spatialBlur = (IsClip(spatialBlur) && SrchClipPP > 1) ? (ChromaMotion ? spatialBlur.Merge( repair0, 0.1 ) : spatialBlur.MergeLuma( repair0, 0.1 )) : spatialBlur
I noticed the oddity in the DGIndexNV status window when creating the 'thkd.dgi' file
Coded Size: 1920x1088
Display Size: 1920x1080
IIRC, those are usually the same dimensions, not different.
So far QTGMC-3.32.avsi has worked fine. Today I tried to open a 1080i 25fps video (PAL?). I'm using AVISynth v2.6. In my 01.avs file (opened with Virtualdub2 b44282), I have:
DGSource("thkd.dgi", deinterlace=0)
AssumeTFF()
QTGMC( Preset="Slow", NoisePreset="Slow" )
SelectEven()