Hi Sharc,
Again
Just download dgdecode.dll (64 bit) on jagabo's posting #83
and extract the DGDecode64bit.zip file as;
DgDecode.txt
DGDecode.dll
AviSynth+ is on Program Files (x86)
(pls refers to screenshot_avisynth+.png)
There are 2 plugins;
plugins64
plugins64+
(please refers to the screenshot_plugin.png attached)
But I couldn't find its old version there ?
On which plugin folder shall I copy DGDecode.dll to ?
Regardsd
+ Reply to Thread
Results 91 to 120 of 151
-
-
Copy DGDecode.dll to;
2 plugins folders;
plugins64
plugins64+
(remark: I was not allowed to copy DGDecode.dll on the folder. I must move it to the folder therefore I have to decompress its packages twice)
Start VirtualDub2
Drag script.avs on it. Error still popup
(Pls refers to attached screenshot)
Thanks
Regards -
This looks already better.
In your .avs script (line 18) you have to specify the full path of your .d2v file, like Mpeg2source("...full path..\vob4_ab_01.d2v")
Edit:
In case you don't have the .d2v file already, you have to produce it with DGindex.exe.
Start DgIndex.exe, open your .vob (or .mpg file or whatever mpeg2 format you have), press OK, select File -> Save Project to create the .d2v file.Last edited by Sharc; 3rd Mar 2022 at 06:31.
-
-
-
Last edited by Sharc; 3rd Mar 2022 at 09:32.
-
-
Did you put QTGMC.AVSI in the plugins64+ folder -- and all the third party filters that it requires? See post #36.
https://forum.videohelp.com/threads/403343-How-to-fix-blurry-video-on-Avidemux/page2#post2633648 -
QTGMC.AVSI is not in your plugins64+ folder. And neither are any of it's requirements (Masktools2, MVtools2, nnedi3, RgTools, and Zs_RF_Shared):
http://avisynth.nl/index.php/QTGMC#Core_Plugins_and_Scripts
You also need SMDegrain.
http://avisynth.nl/index.php/SMDegrain -
I have following question:-
having download masktools2_v2.2.30.7z
after decompress itCode:LICENSE old_README.md with_dual_filter_signatures x64_xp x86_xp masktools2.dll old_readme.txt x64 x86 README.md x64_clang x86_clang
Delete the rest ?
Other packages;Code:RgTools-v1.2.7z 'SMDegrain v.3.1.2d.zip' masktools2_v2.2.30.7z NNEDI3_v0_9_4_60.7z mvtools-2.7.45-with-depans20210608.7z
Zs_RF_Shared.avsi to be copied to Plugins64+ folder ?
Thanks -
Yes, just put masktools2.dll from the x264 folder into AviSynth+'s plugins64+ folder. Some of the others are .AVSI files, not .dll files, but they go in the same folder. AVSI and dll files in the plugins64+ folder are automatically loaded every time 64 bit AviSynth is started. Some people prefer not to autoload them but to load them manually within each script. To do so you need to specify the full path to each file:
Code:LoadPlugin("C:\path\to\masktools2.dll") Import("C:\a\different\path\to\Zs_RF_Shared.avsi")
-
-
Looks like qtgmc.avsi is bad.
Open it in Notepad and post the top 30 lines to the thread here
The real qtgmc.avsi is not 500KB as is seen in your image aboveLast edited by davexnet; 4th Mar 2022 at 01:18.
-
Last edited by satimis; 4th Mar 2022 at 01:34.
-
The top image looks OK, but the bottom image is not , looks like html or some website garbage
-
Also, mvtools2.dll and nnedi3.dll are still missing in your plugins64+ folder. These are required by QTGMC.
http://avisynth.nl/index.php/QTGMC#Core_Plugins_and_Scripts -
Last edited by satimis; 4th Mar 2022 at 02:54.
-
-
-
Also the Zs_RF_Shared.avsi as seen in your first image in post #106 above is over 700KB.
The real Zs_RF_Shared.avsi is only 100KB. Perhaps you should open that in Notepad also and check it -
Last edited by Sharc; 4th Mar 2022 at 04:24.
Similar Threads
-
Best software for sharpening blurry video?
By CM120884 in forum EditingReplies: 15Last Post: 20th Feb 2024, 07:56 -
shaky/blurry GOPRO Hero 7 video - how to improve quality?
By GR365K1 in forum Newbie / General discussionsReplies: 2Last Post: 15th Feb 2019, 09:33 -
Best software to sharpen a blurry video without overdoing it?
By CM120884 in forum EditingReplies: 1Last Post: 8th Sep 2018, 08:32 -
Blurry video - which render settings should I use ?
By Vifa in forum EditingReplies: 2Last Post: 15th Aug 2017, 15:20 -
Blurry horizontal line on Video 8.
By digicube in forum Capturing and VCRReplies: 2Last Post: 2nd Dec 2016, 14:24