VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. 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
    Quote Quote  
  2. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    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.
    Quote Quote  
  3. Originally Posted by LigH.de View Post
    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.

    No, that was just a sample of filters or scripts you know... i need to know the right way of use
    Quote Quote  
  4. Originally Posted by yaston View Post
    No, that was just a sample of filters or scripts you know... i need to know the right way of use
    You didn't see and/or understand the error message? If you only want to know how to use it what happens when you go:

    RemoveGrain()

    Same thing, right? So maybe there's something more wrong than just incorrect syntax.
    Quote Quote  
  5. 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.
    Quote Quote  
  6. i did guys, same problem

    would someone show me how in a GIF or VIDEO ? at least screen steps
    Quote Quote  
  7. Member
    Join Date
    May 2014
    Location
    Memphis TN, US
    Search PM
    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.

    Click image for larger version

Name:	DLL not found.png
Views:	611
Size:	17.4 KB
ID:	27903

    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
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!