Go Back    Forum > Digital Video > Video Project Help > Restore, Filter, Improve Quality

Reply
 
LinkBack Thread Tools
  #21  
07-08-2022, 03:56 PM
DG1965 DG1965 is offline
Free Member
 
Join Date: Mar 2019
Location: Coventry England
Posts: 72
Thanked 4 Times in 4 Posts
Thank you lollo for the download. I've tried to open the seven script AVS from out of the download file you prepared for me but I got this error message. Thank you for you patience.


Attached Images
File Type: jpg newest Avisynth error.JPG (27.4 KB, 4 downloads)
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #22  
07-08-2022, 05:32 PM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
delete everythig you have and just use the downloaded avs script and plugin directory

A channel on S-VHS / VHS capture and AviSynth restoration https://bit.ly/3mHWbkN
Reply With Quote
The following users thank lollo2 for this useful post: DG1965 (07-09-2022)
  #23  
07-09-2022, 04:30 AM
DG1965 DG1965 is offline
Free Member
 
Join Date: Mar 2019
Location: Coventry England
Posts: 72
Thanked 4 Times in 4 Posts
Thank you lollo. I've deleted all other plugin folders. My old scripts, everything except for your new download and the Avisynth 2.60 folder. But I'm still getting the same error message.

I'm using virtualdub 1.9.11. I didn't know if I should use a newer version for restore & filter. Thanks.


Attached Images
File Type: jpg 9-7 error message.JPG (28.2 KB, 2 downloads)
Reply With Quote
  #24  
07-09-2022, 05:55 AM
DG1965 DG1965 is offline
Free Member
 
Join Date: Mar 2019
Location: Coventry England
Posts: 72
Thanked 4 Times in 4 Posts
I've tried the QTGMC getting started script again today and have got this error message. I'm saving the script as an . avs Thanks.


Attached Images
File Type: jpg QTGMC getting started script error message.JPG (24.5 KB, 3 downloads)
Attached Files
File Type: txt QTGMC getting started script my source.txt (274 Bytes, 2 downloads)
File Type: avs QTGMC getting started script my source.avs (274 Bytes, 2 downloads)
Reply With Quote
  #25  
07-09-2022, 06:20 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
Quote:
My old scripts, everything except for your new download and the Avisynth 2.60 folder. But I'm still getting the same error message.
I do not know what to say. The file QTGMC.avsi is in the plugin directory in the zip file I provided

After decompression, in your desktop ou should have:
- AviSynth_plugin_dir (it is a directory)
- family holiday 2004 3.avi (it is your video)
- seven script.avs (it is the avs script)

Quote:
I've tried the QTGMC getting started script again today and have got this error message. I'm saving the script as an . avs Thanks.
These scripts cannot wrok because you do not load QTGMC plugin inside them

A channel on S-VHS / VHS capture and AviSynth restoration https://bit.ly/3mHWbkN
Reply With Quote
The following users thank lollo2 for this useful post: DG1965 (07-09-2022)
  #26  
07-09-2022, 07:15 AM
DG1965 DG1965 is offline
Free Member
 
Join Date: Mar 2019
Location: Coventry England
Posts: 72
Thanked 4 Times in 4 Posts
Thank you lollo. I attached the inside of my plugin folder.

"These scripts cannot work because you do not load QTGMC plugin inside them" I'm not sure what that mean's? I must be doing something wrong. Thanks.


Attached Images
File Type: jpg avisynth plugin folder 9-7.JPG (30.2 KB, 1 downloads)
Reply With Quote
  #27  
07-09-2022, 08:00 AM
DG1965 DG1965 is offline
Free Member
 
Join Date: Mar 2019
Location: Coventry England
Posts: 72
Thanked 4 Times in 4 Posts
Does this mean I'm not putting the QTGMC and other avsi paths into the script? something like my crude script attachment? Thanks.


Attached Images
File Type: jpg location path.JPG (13.6 KB, 2 downloads)
Reply With Quote
  #28  
07-09-2022, 08:25 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
just as in the reference script, you need to load QTGMC and its dependencies:

Code:
# plugins directory
plugins_dir="C:\Users\Dell\Desktop\AviSynth_plugin_dir\"

	# QTGMC
Import(plugins_dir + "QTGMC.avsi")
	# Zs_RF_Shared
Import(plugins_dir + "Zs_RF_Shared.avsi")
	# Nnedi3
loadPlugin(plugins_dir + "NNEDI3_v0_9_4_60\x86\Release_W7\nnedi3.dll")
	# RgTools
loadPlugin(plugins_dir + "RgTools-v1.2\x86\RgTools.dll")
	# MaskTools2
loadPlugin(plugins_dir + "masktools2_v2.2.30\x86\masktools2.dll")
	# MVTools
loadPlugin(plugins_dir + "mvtools-2.7.45-with-depans20210608\x86\mvtools2.dll")
be sure in all cases that C:\Users\Dell\Desktop\AviSynth_plugin_dir\ is the right path for your plugin directory
Reply With Quote
  #29  
07-09-2022, 09:05 AM
DG1965 DG1965 is offline
Free Member
 
Join Date: Mar 2019
Location: Coventry England
Posts: 72
Thanked 4 Times in 4 Posts
Thanks lollo, sorry for testing your patience. I've never done any type of scripting in my life. I'm a bricklayer and we feel lucky when we have a toilet on site, that primitive!
I'm just not understanding what I should be doing. I thought the files would just autoload once I put # plugins directory
plugins_dir="C:\Users\Dell\Desktop\AviSynth_plugin _dir" into the script. I'm sure what I've done below isn't what you mean but I keep trying my best to understand. Thanks.

Code:
# plugins directory
plugins_dir="C:\Users\Dell\Desktop\AviSynth_plugin_dir"

    # QTGMC
Import(plugins_dir= C:\Users\Dell\Desktop\AviSynth_plugin_dir\ + "QTGMC.avsi")
    # Zs_RF_Shared
Import(plugins_dir= C:\Users\Dell\Desktop\AviSynth_plugin_dir\ + "Zs_RF_Shared.avsi")
    # Nnedi3
loadPlugin(plugins_dir= C:\Users\Dell\Desktop\AviSynth_plugin_dir\ + + "NNEDI3_v0_9_4_60\x86\Release_W7\nnedi3.dll")
    # RgTools
loadPlugin(plugins_dir= C:\Users\Dell\Desktop\AviSynth_plugin_dir\ + "RgTools-v1.2\x86\RgTools.dll")
    # MaskTools2
loadPlugin(plugins_dir= C:\Users\Dell\Desktop\AviSynth_plugin_dir\ + "masktools2_v2.2.30\x86\masktools2.dll")
    # MVTools
loadPlugin(plugins_dir= C:\Users\Dell\Desktop\AviSynth_plugin_dir\ + "mvtools-2.7.45-with-depans20210608\x86\mvtools2.dll")
loadPlugin(plugins_dir= C:\Users\Dell\Desktop\AviSynth_plugin_dir\ + "FFT3dFilter-v2.6\x86\fft3dfilter.dll")
    # FFTW
loadPlugin(plugins_dir= C:\Users\Dell\Desktop\AviSynth_plugin_dir\ + "LoadDll\LoadDll.dll")
loadDll(plugins_dir= C:\Users\Dell\Desktop\AviSynth_plugin_dir\ + "fftw-3.3.5-dll32\libfftw3f-3.dll")

    # LSFmod
Import(plugins_dir= C:\Users\Dell\Desktop\AviSynth_plugin_dir\ + "LSFmod.v1.9.avsi")
Reply With Quote
  #30  
07-09-2022, 09:40 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
Quote:
I'm just not understanding what I should be doing
Sorry if I was not clear. Once more:

1- decompress the zip file I linked containing everything. Then place the files "family holiday 2004 3.avi" and "seven script.avs" and the directory "AviSynth_plugin_dir" in your desktop.

2- be sure that in the file "seven script.avs" the specified path
Code:
# plugins directory
plugins_dir="C:\Users\Dell\Desktop\AviSynth_plugin_dir\"
is correct, otherwise replace it with the correct path

3- load the file "seven script.avs" in VirtualDub and you should see the restored video

Once this is done, we can then change the avs script to load different plugins and different filtering

edit
BTW the statement
Code:
# plugins directory
plugins_dir="C:\Users\Dell\Desktop\AviSynth_plugin _dir"

# QTGMC
Import(plugins_dir= C:\Users\Dell\Desktop\AviSynth_plugin_dir\ + "QTGMC.avsi")
should be
Code:
# plugins directory
plugins_dir="C:\Users\giuse\Desktop\AviSynth_plugin_dir\"

	# QTGMC
Import(plugins_dir + "QTGMC.avsi")
and the same for the others, as in the avs script example. I ignore why you changed the commands
Reply With Quote
The following users thank lollo2 for this useful post: DG1965 (07-09-2022)
  #31  
07-09-2022, 10:19 AM
DG1965 DG1965 is offline
Free Member
 
Join Date: Mar 2019
Location: Coventry England
Posts: 72
Thanked 4 Times in 4 Posts
Thanks Lollo. Your advice is very clear and I thank you for trying to figure out my issues. I loaded the script and it's still giving the same error message (I've attached the script hoping you may see something I've missed)

RE: seven script.avs I just copied the file path which is "C:\Users\Dell\Desktop\avisynth plugin directory\seven script.avs" does this make a difference?
I just don't know what I'm not doing that I should be doing. Thanks


Attached Files
File Type: avs seven script.avs (2.0 KB, 2 downloads)
Reply With Quote
  #32  
07-09-2022, 10:46 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
The only path that matters is the locationof the directory AviSynth_plugin_dir.
It is specified in the script "seven script.avs".
You just need to be sure that C:\Users\Dell\Desktop\AviSynth_plugin _dir\ is correct.

C:\Users\Dell\Desktop\avisynth plugin directory\seven script.avs doen not make any sense

A channel on S-VHS / VHS capture and AviSynth restoration https://bit.ly/3mHWbkN
Reply With Quote
The following users thank lollo2 for this useful post: DG1965 (07-09-2022)
  #33  
07-09-2022, 10:53 AM
DG1965 DG1965 is offline
Free Member
 
Join Date: Mar 2019
Location: Coventry England
Posts: 72
Thanked 4 Times in 4 Posts
Thanks Lollo. Did you look at the script? everything seems to be correct. What could be causing the error message. I don't know what else I can do? Thanks.
Reply With Quote
  #34  
07-09-2022, 11:27 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
The script should come from me, from the .zip archive. You just have to check the path I mentioned.

I do not know what do to more, sorry
Reply With Quote
The following users thank lollo2 for this useful post: DG1965 (07-09-2022)
  #35  
07-09-2022, 11:58 AM
DG1965 DG1965 is offline
Free Member
 
Join Date: Mar 2019
Location: Coventry England
Posts: 72
Thanked 4 Times in 4 Posts
Thanks Lollo. You've been great I will keep trying. Thanks.
Reply With Quote
  #36  
07-09-2022, 12:05 PM
DG1965 DG1965 is offline
Free Member
 
Join Date: Mar 2019
Location: Coventry England
Posts: 72
Thanked 4 Times in 4 Posts
Thanks Lollo. In the script there is a line "C:\User\guise\Desktop\Avisynth. I was wondering what the giuse was?
Code:
# plugins directory
#plugins_dir="C:\Users\giuse\Desktop\AviSynth_plugin_dir"
plugins_dir="C:\Users\Dell\Desktop\AviSynth_plugin_dir"
Thanks.
Reply With Quote
  #37  
07-10-2022, 04:29 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
Quote:
#plugins_dir="C:\Users\giuse\Desktop\AviSynth_plug in_dir\". I was wondering what the giuse was?
That is my path . It is not active in the script, because there is a # before the line.

Yours is, or should be: plugins_dir="C:\Users\Dell\Desktop\AviSynth_plugin _dir\". Be careful that there is a \ at the end.
Reply With Quote
The following users thank lollo2 for this useful post: DG1965 (07-10-2022)
  #38  
07-10-2022, 05:07 AM
DG1965 DG1965 is offline
Free Member
 
Join Date: Mar 2019
Location: Coventry England
Posts: 72
Thanked 4 Times in 4 Posts
Thanks Lollo, I will check that now. I've tried again today and I've got a new error message further down the script I'm hoping this is some sort of progress!


Attached Images
File Type: jpg 10-7 error.JPG (28.5 KB, 5 downloads)
Reply With Quote
  #39  
07-16-2022, 06:30 AM
DG1965 DG1965 is offline
Free Member
 
Join Date: Mar 2019
Location: Coventry England
Posts: 72
Thanked 4 Times in 4 Posts
Hi Lollo, I've finally got my script up and running. I was missing MS Visual Studio Redistributable Runtimes but now everything is ok. You mentioned save it with "Fast compress" HufYUV but on my virtualdub menu video> Fast recompress it is listed as "recompress" is this the same thing? Thanks.
Reply With Quote
  #40  
07-16-2022, 08:21 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
Quote:
Hi Lollo, I've finally got my script up and running. I was missing MS Visual Studio Redistributable Runtimes but now everything is ok.
Yes, I have seen your post at doom9's forum. StainlessS was taking care of you, so you were in good hands
It is difficult sometime to understand all MS requirements for old OS. With recent OS is easier.

Quote:
You mentioned save it with "Fast compress" HufYUV but on my virtualdub menu video> Fast recompress it is listed as "recompress" is this the same thing?
0- VirtualDub -> Video Color Depth -> Decompression format 4:2:2 YCbCr (YUY2) / Output format to compressor/display 4:2:2 YCbCr (YUY2)
1- VirtualDub -> Video -> Fast recompress
2- VirtualDub -> Video -> Compression -> Huffyuv v2.1.1

edit: instead saving the filtered video, if you want to produce a x264 compressed file for distribution, you can feed directly ffmpeg with the AviSynth script:

Code:
ffmpeg.exe -i <your script>.avs -c:v libx264 -crf 17 -preset slow -aspect 4:3 -c:a aac -b:a 128k <output>.mp4

A channel on S-VHS / VHS capture and AviSynth restoration https://bit.ly/3mHWbkN

Last edited by lollo2; 07-16-2022 at 08:57 AM.
Reply With Quote
The following users thank lollo2 for this useful post: DG1965 (07-16-2022)
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
QTGMC error message, no function called? cbehr91 Restore, Filter, Improve Quality 4 09-27-2019 09:06 PM
VirtualDub CCD plugin error? stevevid Restore, Filter, Improve Quality 2 12-11-2018 10:46 PM
Fix 404 not found error message? M Berson Web Development, Design 4 08-02-2016 07:36 AM
JVC DR-M10S 'Disc Error' message? merchantord Video Hardware Repair 9 04-22-2016 11:01 PM
Constant error message pop-ups in Firefox? gracem General Discussion 5 02-11-2012 01:03 PM

Thread Tools



 
All times are GMT -5. The time now is 10:41 AM