Log in

View Full Version : whats wrong with avsi Files ?!


dj-big
24th November 2013, 09:48
Hello Guys , Yesterday i searched for good denoiser/degrain i found good comments on TemporalDegrain and MCTemporalDenoise so i want to test them , then i go to wikipage and download all dlls that they need and save avsi in megui folder/tools/avisynth_plugins that all other dlls are there . so i want to use it in avisynth but it doesnt work iam such a confused i dont know whats wrong with these files !!! i also try to put avsi in avisynth Plugin Folder that seperate from megui that doesn't work either .

this is my avs script that i wanna load :

LoadPlugin("C:\Toolz\Megui\tools\avs\directshowsource.dll")
DirectShowSource("Source Name")

MCTemporalDenoise(settings="medium")


and this is the error :


-[Error] MediaInfo
--[Error] [11/24/2013 12:16:14 PM] MediaInfo - Unhandled Error
---[Error] [11/24/2013 12:16:14 PM] Exception message: Object reference not set to an instance of an object.
---[Error] [11/24/2013 12:16:14 PM] Stacktrace
----[NoImage] at MeGUI.MediaInfoFile.CorrectSourceInformation(MediaInfo& oInfo, String strFile, LogItem infoLog, Int32 iPGCNumber)
----[NoImage] at MeGUI.MediaInfoFile.GetSourceInformation(String file, LogItem oLog, Int32 iPGCNumber)
---[Error] [11/24/2013 12:16:14 PM] Inner exception: null
-[Error] Unhandled error
--[Information] [11/24/2013 12:16:14 PM] Exception message: Object reference not set to an instance of an object.
--[Information] [11/24/2013 12:16:14 PM] Stacktrace
---[NoImage] at MeGUI.MediaInfoFile.get_HasAudio()
---[NoImage] at MeGUI.MainForm.openFile(String file, Boolean openVideo)
---[NoImage] at MeGUI.VideoEncodingComponent.videoInput_FileSelected(FileBar sender, FileBarEventArgs args)
---[NoImage] at MeGUI.FileBar.triggerEvent()
---[NoImage] at MeGUI.FileBar.setFilename(String filename)
---[NoImage] at MeGUI.FileBar.openButton_Click(Object sender, EventArgs e)
---[NoImage] at System.Windows.Forms.Control.OnClick(EventArgs e)
---[NoImage] at System.Windows.Forms.Button.OnClick(EventArgs e)
---[NoImage] at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
---[NoImage] at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
---[NoImage] at System.Windows.Forms.Control.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.ButtonBase.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.Button.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
---[NoImage] at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
--[Information] [11/24/2013 12:16:14 PM] Inner exception: null

M+AUDIO
24th November 2013, 10:37
i also try to put avsi in avisynth Plugin Folder that seperate from megui that doesn't work either .


Hello,

If I'm not wrong, You should put those dll's to AviSynth plugins folder (AKA auto-load dir) too (+ your avsi).
well, you know, its usually c:\program files\avisynth 2.5\plugins or c:\program files (x86)\avisynth 2.5\plugins

try it. but not sure about your error log.
;-)

raffriff42
24th November 2013, 14:58
Agreed; also use VirtualDub or VirtualDubMod to load the script - the error messages are much more helpful.