Jessecar96 / analog-capture

Instructions and tips for capturing the best quality analog video
21 stars 4 forks source link

Missing content of MT.avs #1

Open smandon opened 5 years ago

smandon commented 5 years ago

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 commented 5 years ago

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

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

danielebanovaz commented 4 years ago

Same here!

danielebanovaz commented 4 years ago

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 commented 2 years ago

@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 'DeHaloalpha'."). 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)"