View Single Post
Old 1st December 2022, 04:33   #19771  |  Link
Pauly Dunne
Grumpy Old Man.
 
Pauly Dunne's Avatar
 
Join Date: Jul 2019
Location: Out There....
Posts: 692
Quote:
Originally Posted by rlev11 View Post
No change, paths in the script changed to the corrected ones automatically with the variable and are correct. Even tried re-running the 4 installs again from the new c:\Ripbot264 folder and no difference.
Yeah, like I said, I'm clutching at straws..

I even copied my RipBot folder to the desktop, and it still worked.

So unfortunately, I have no more suggestions...I know that it works perfectly for me, both the "full" & "lite" builds, and because of that I can't reproduce your problem.

Have you got any unique permissions or anything setup ??

I'm pretty sure you're going to keep at it, and I'm sorry I can't help.

One last idea, this is the script in the build:-

Code:
#Custom
LoadPlugin("%AVISYNTHPLUGINS%\masktools\masktools2.dll")
LoadPlugin("%AVISYNTHPLUGINS%\mvtools\mvtools2.dll")
LoadPlugin("%AVISYNTHPLUGINS%\RgTools\RgTools.dll")
LoadPlugin("%AVISYNTHPLUGINS%\PD_TOOLS\MedianBlur2\MedianBlur2.dll")
Import("%AVISYNTHPLUGINS%\PD_TOOLS\EXTOOLS\ExTools.avs")
Import("%AVISYNTHPLUGINS%\PD_TOOLS\LSF-PLUS\LSFplus.avs")
Import("%AVISYNTHPLUGINS%\PD_TOOLS\RESIZERS-PACK\Resizers Pack.avs")
Import("%AVISYNTHPLUGINS%\PD_TOOLS\SHARPENERS-PACK\Sharpeners Pack.avs")
Import("%AVISYNTHPLUGINS%\PD_TOOLS\SMDEGRAIN\SMDegrain cpu.avs")
Import("%AVISYNTHPLUGINS%\PD_TOOLS\Zs_RF_Shared\Zs_RF_Shared.avs")
video=SMDegrain(video,tr=2,thSAD=200,thSADC=100,thSCD1=400,thSCD2=130,contrasharp=true,prefilter=0,str=1.2,refinemotion=true)
What if you edited the script's "%AVISYNTHPLUGINS% with your whole path...

Code:
LoadPlugin("%AVISYNTHPLUGINS%\masktools\masktools2.dll")
changed to
Code:
 LoadPlugin("C:\Users\rleva\Desktop\RipBot-Lite\Tools\AviSynth plugins\masktools\masktools2.dll")
__________________
Not poorly done, just doin' it my way !!!
Live every day like it's your last, because one day, it will be !! (M$B)
Pauly Dunne is offline   Reply With Quote