Hi Guys
i've got a problem with scripts in MeGUI, look here
these scripts works only with "Tweak and Sharpen" look here
so, i just need to know the right way
Tahnk you all and greetings
+ Reply to Thread
Results 1 to 7 of 7
-
-
RemoveGrain is a function not included in the AviSynth kernel, but in a plugin. The most reliable solution would be to explicitly load required plugins in your script (e.g. LoadPlugin or LoadCPlugin, depending on the type) and explicitly import function scripts; but it may as well work if you copy them into the registered plugins directory of AviSynth.
-
-
-
Right use of what, he was telling you how to work in general too, if a filter is not a part of avisynth built in function, you need to load them first (without any error). Search for those filters, download them, some dll's or avsi etc., put them into Avisynth plugin folder or preload them in the script where you state where that filter resides on your PC, this is not a Megui's job, but yours.
-
i did guys, same problem
would someone show me how in a GIF or VIDEO ? at least screen steps -
I don't think a video would help, if you don't understand the error message you posted earlier.
See, the message means that the avisynth script doesn't know where the RemoveGrain plugin is located in your computer.
The message has nothing to do with syntax.
Try entering the plugin dll's location in the "LOAD DLL" entry space shown in the message you posted.
BTW, functions like Tweak, Sharp, and LanczosResize are built-in Avisynth functions that don't require other dll's or plugins. LanczosResize IMO is a poor resizer for what you're trying to do. And if you're cropping and resizing interlaced or telecined video, you're making a serious mistake.Last edited by LMotlow; 6th Oct 2014 at 07:35.
- My sister Ann's brother