![]() |
1 Attachment(s)
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.
|
delete everythig you have and just use the downloaded avs script and plugin directory
|
1 Attachment(s)
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. |
3 Attachment(s)
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.
|
Quote:
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:
|
1 Attachment(s)
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. |
1 Attachment(s)
Does this mean I'm not putting the QTGMC and other avsi paths into the script? something like my crude script attachment? Thanks.
|
just as in the reference script, you need to load QTGMC and its dependencies:
Code:
# plugins directory |
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 |
Quote:
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 directory3- 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 :wink2: edit BTW the statement Code:
# plugins directoryCode:
# plugins directory |
1 Attachment(s)
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 |
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 |
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.
|
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 :( |
Thanks Lollo. You've been great I will keep trying. Thanks.
|
Thanks Lollo. In the script there is a line "C:\User\guise\Desktop\Avisynth. I was wondering what the giuse was?
Code:
# plugins directory |
Quote:
Yours is, or should be: plugins_dir="C:\Users\Dell\Desktop\AviSynth_plugin _dir\". Be careful that there is a \ at the end. |
1 Attachment(s)
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!
|
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.
|
Quote:
It is difficult sometime to understand all MS requirements for old OS. With recent OS is easier. Quote:
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 |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.