Get the LSMASHSource dll from here:
http://avisynth.nl/index.php/LSMASHSo...MASHSource
Locate installation folder of AviSynth and paste the dll in a folder called plugins. For me it is
C\:\\Program Files (x86)\\AviSynth\\plugins
You can also locate your MeGui's folder and paste the same dll in tool/avisynth_plugin folder. For me it is
E:\\MeGui\\tools\\avisynth_plugin
I have the dll in both folders. Then just use
LWLibavVideoSource for video and
LWLibavAudioSource for audio.
Or
LSMASHVideoSource for video and
LSMASHAudioSource for audio.
Examples are on the wiki.