Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing content of MT.avs #1

Open
smandon opened this issue Dec 26, 2018 · 4 comments
Open

Missing content of MT.avs #1

smandon opened this issue Dec 26, 2018 · 4 comments

Comments

@smandon
Copy link

smandon commented Dec 26, 2018

You didn't give the content of MT.avs which is imported on the first line of the script for method 3, and this is not a file included in the default install of avisynth+.

Also for a 64 bit install, avisynth+ installs in "C:\Program Files" not "C:\Program Files (x86)", the installation instructions are incorrect.

@vizzo110
Copy link

Seconding @smandon about MT.avs. Can you provide this script?

I appreciate your documentation and I am so close to having this work!

@danielebanovaz
Copy link

Same here!

@danielebanovaz
Copy link

Ok, for anyone interested in, MT.avs is just referring to QTGMC.avsi

You can change the entire line to:
Import("C:\Program Files (x86)\AviSynth+\plugins64+\QTGMC.avsi")

Beware though: you're getting into a .dll versioning nightmare trying to make it work

@weidaj
Copy link

weidaj commented Jan 9, 2022

@Jessecar96, thank you SO MUCH for documenting this. I just followed these instructions and I also hit the issue about the missing MT.avs. I did two things:

  1. I commented out the import("C:\Program Files (x86)\AviSynth+\plugins64+\MT.avs").
  2. When I did that, I got an error ("Script error: There is no function named 'DeHalo_alpha'."). I found this page and placed this in the plugins64+ folder and the process worked!

The results look really great to my eye, not sure if there's anything critical missing by doing this, but I'm really happy you posted these instructions. I did not hit any dll versioning issues, nor is my install of AviSynth+ in "Program Files", it's still in "Program Files (x86)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants