Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th February 2018, 19:06   #1  |  Link
Paky
Registered User
 
Join Date: Sep 2003
Posts: 19
Avisynt+ MT and MEgui = crash

Hello

Megui last version
Avisynth+ r2580 MT

with this script

Code:
SetMemoryMax(2048)

SetFilterMTMode("DEFAULT_MT_MODE", 2)
SetFilterMTMode("DGDecode_mpeg2source",3)

LoadPlugin("C:\NoUAC\Editing Video\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\Editing Video\Dvd De Andre_VTS_01_2.d2v", info=3)

LoadPlugin("C:\NoUAC\Editing Video\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)

loadplugin("QTGMC\mvtools2.dll")
loadplugin("QTGMC\masktools2.dll")
loadplugin("QTGMC\nnedi3.dll")
loadplugin("QTGMC\RgTools.dll")
import("QTGMC\xMsxYztR.avsi")
import("QTGMC\QTGMC.avsi")


AssumeTFF()
QTGMC( Preset="Slow")

crop(10, 2, -10, -2)

LoadPlugin("C:\NoUAC\Editing Video\MeGUI\tools\avisynth_plugin\Convolution3DYV12.dll")
Convolution3D (preset="MovieLQ")

prefetch(4)
after few minutes crash with this error



If i remove convolution3D works

why?
Paky is offline   Reply With Quote
Old 18th February 2018, 01:23   #2  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Error code 0xC0000005 is Access Violation.
Perhaps other members might be more inclined to answer if the gobble-de-gook was translated into the forum language, ie English.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 18th February 2018, 03:06   #3  |  Link
VS_Fan
Registered User
 
Join Date: Jan 2016
Posts: 98
Convolution3D is an old filter, it was written in 2002 for avisynth 2.0.

The latest version available is a beta, released in 2003, 15 years ago!, for avisynth 2.5, with no temporal processing and some problems.

You can use better 3D denoising filters like fft3Dfilter, DFTtest, or much better MDegrain[n] included in mvtools.
VS_Fan is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:03.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.