Hello folks, So my son gave me his gaming desktop and I wiped out everything and did a fresh install and while at it I upgraded to Win 11 (probably a bad idea). Anyway, I want to make it strictly for capturing and encoding videos since it has some horse power. While I have two other computers running fine with QTGMC and AVISynth (Win 7 and 10) but since I have a fish memory I can't remember anything I've done before.
So far I have downloaded AVISynth+ 64bit and QTGMC and all required files as seen in the screenshots, the text file ones I just dumped in notepad and changed the extension to .avsi, So what's next? In the wiki page of QTGMC says "Install AviSynth and copy the plugins from the plugin package to the correct locations" but it doesn't say what location is, Is it the plugins folder such as plugins64+ folder? I just want to get this right from the get go and avoid unnecessary error messages.
This will most likely be a long thread with a lot of error messages so bear with me please.
![]()
+ Reply to Thread
Results 1 to 24 of 24
-
-
The thing is I believe I was using 32bit files and non + versions, This system is going to be all 64bit+. But since you mentioned the folder I assume that's the folder I need to transfer to, I will get all the .dll files out of their folders and dump them into plugin64+ folder and see what happens.
-
Ok, I've copied all the .dll files to the plugings64+ folder and added the missing ones from the old computer (the highlighted ones), I will install AVSPmod and see how it goes.
[Attachment 72093 - Click to enlarge] -
Okay, in AVSPmod I'm getting this error with a simple QTGMC command, The file name is hidden for privacy purposes, Where the QTGMC app should be placed by the way?
[Attachment 72094 - Click to enlarge] -
A quick Google indicates that function is part of SMDegrain. You copied it from your old computer, which you mentioned probably isn't the AVS+ version.
https://htmlpreview.github.io/?https://github.com/Dogway/Avisynth-Scripts/blob/master/...SMDegrain.htmlMy YouTube channel with little clips: vhs-decode, comparing TBC, etc. -
Okay I downloaded the SMDegrain from that link, saved it with the extension .avsi and put it in the same folder replacing the old one and the error message is still the same, Any idea? By the way SMDegrain is neither part of the required plugins for QTGMC nor the optional ones, I don't see why it should be a problem.
Looking at line 237 in QTGMC text file it says:
Code:sisphbd = AvsPlusVersionNumber > 2294
Dfttest, FFT3DFilter and MVTools2 need the FFTW3 library (windows builds). On a 64-bit Windows OS, extract the 32-bit libfftw3f-3.dll. Make a copy of it and rename it as "FFTW3.dll". Place the files "libfftw3f-3.dll" and "FFTW3.dll" in the SysWow64 folder.
If you want to use the 64-bit libfftw3f-3.dll versions then extract the 64-bit libfftw3f-3.dll. Make a copy of it and rename it as "FFTW3.dll". Place the files "libfftw3f-3.dll" and "FFTW3.dll" in the System32 folder.Last edited by dellsam34; 28th Jun 2023 at 03:07.
-
Get the FTTW library from here, as per the links on the QTGMC wiki).
Just do exactly as the first paragraph says. For me, doing the second paragraph (even though I have a 64bit system) stopped error reports from the AVSInfotool (I'm not sure whether the second para is necessary for QTGMC to run).
In the Syswow64 folder, the two files (from the 32bit FFTW; actually the same file renamed) are 2336kb.
In the System32 folder, both files (from the 64bit FFTW zip) are 2708kb.
Welcome to madness. -
I actually did the second paragraph but as of right now the error message I'm getting is in the QTGMC code in line 237, I'm looking for an old version of QTGMC and see how it goes.
-
I loaded QTGMC from my old computer and the error message now is in line 497:
Code:Script error: There is no function named 'Dither_Luma_Rebuild'.
-
Hello!
I have the same problems as dellsam34
At first I installed it in Windows 11: errors
Then installed Windows 10 - re-passed all the installation steps and installed the latest versions of the modules: the same errors.
VirtualDub Error
Avisynth open failure:
I don't know what 'AvsPlusVersionNumber' means.
(C:\Program Files (x86)\AviSynth+\plugins64+\QTGMC.avsi, line 237)
(C:\Users\ingvarrme\Desktop\Tape10_RAW_07_NEW.avs, line 7) -
-
-
No, Not solved yet, It may have something to do with Windows 11.
-
No. AVISynth+ (v3.7.2) and QTGMC works without issue on Windows 11 as long as you use the latest files. Give me a couple of hours and I'll post images of the contents of my folders.
Last edited by Alwyn; 28th Jun 2023 at 07:12.
-
-
Here you go! Hopefullly there are none of my secrets buried in there! There are a few extras that I have added after my initial install. AVISynth Plus also installed a non-plus folder in Program Files (x86) so I don't know if that has a bearing on anything.
AVISynth Plus folder:
https://drive.google.com/file/d/165z6h3-YNrNntlwK-gmrK5kXbQpfIN61/view?usp=sharing
System32 FFTW files:
https://drive.google.com/file/d/1r7mmFcEitCvJYV7y9Zjrvg0WImORlUN8/view?usp=sharing
SysWow64 FFTW files:
https://drive.google.com/file/d/1XhmSoZ6gGexsfaxcVb5rDq0xvY90l2KI/view?usp=sharing
I found the AVISynthInfoTool handy for checking the installation. -
Thank you, Alwyn! You solved my many hours of difficulties and helped me a lot!
At first there were errors and it took to install 3 more modules (probably, my script is somehow wrong, so they were required):
1)FFT3DFilter http://avisynth.nl/index.php/FFT3DFilter
2)Median http://avisynth.nl/index.php/Median
3)ColorMatrix http://avisynth.nl/index.php/ColorMatrix
Then there was an error with the codec, but I installed the K-Lite Codec Pack Mega and everything worked!
Thank you so much again!
Here is my script:
AVISource("c:\Users\ingvarrme\Desktop\Tape11_RAW_0 1.avi")
ConvertToYV12(interlaced=true)
AssumeBFF()
QTGMC(preset="Very Slow", sourceMatch=3, Lossless=2, EZDenoise=4.0, Sharpness=1.1, SLMode=1)
MergeChroma(TemporalMedian(1))
Crop(16,16,-32,-32)
Spline36Resize(720,576)
ColorMatrix(mode="Rec.601->Rec.709",clamp=0) -
Excellent ingvarr, glad I could help. I think I'll write a "Installing QTGMC for Dummies" guide. It is a pity it is such a nightmare for newbys.
-
This is not a newbie problem otherwise I wouldn't be having one, QTGMC team need to get their shit together and re-write the entire wiki section, Most of it is misleading and often wrong, Especially when it comes to dependencies, you'll find yourself needing more than what they even suggested as optional.
-
Similar Threads
-
Help with QTGMC AVIsynth
By indyracingfan in forum Capturing and VCRReplies: 18Last Post: 22nd Nov 2023, 17:21 -
QTGMC not working properly (AviSynth+)
By JadHC in forum RestorationReplies: 12Last Post: 15th Feb 2023, 17:18 -
QTGMC install speedrun
By pm-s in forum Off topicReplies: 0Last Post: 4th Jul 2021, 07:49 -
QTGMC Avisynth
By juli4561 in forum Video ConversionReplies: 12Last Post: 14th Oct 2020, 17:44 -
Multithreading QTGMC with AviSynth+
By ZetaStax in forum Video ConversionReplies: 5Last Post: 16th May 2019, 07:23