I am trying to use MCTemporalDenoise and I got a Acess Violation on line 700, please help.
Here is line 700
Code:\ : i.FFT3Dgpu(sigma=sigma*0.8,sigma2=sigma*0.6,sigma3=sigma*0.4,sigma4=sigma*0.2,bw=bwbh,bh=bwbh,ow=owoh,oh=owoh,plane=chroma?4:0,bt=bt,precision=precision).gradfun2db(thr=1.0+sigma*0.05)
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 7 of 7
			
		- 
	Last edited by sirmechanoid; 4th Feb 2018 at 18:06. Reason: PRIAVTE 
- 
	What are your settings ? Post your script. 
 
 Try GPU=false . I'm guessing it's calling FFT3DGPU , but you don't have it, or drivers configured correctly
- 
	
- 
	Do you have DX9? Is your GPU supported? Note the "Install" section and the lists of supported and unsupported GPUs: 
 
 http://avisynth.org.ru/docs/english/externalfilters/fft3dgpu.htm
- 
	
- 
	MTCD is a slow filter. The portion dependent on the GPU is small. With a fast GPU, it might make a few% difference at most . A slow GPU actually makes it slower than GPU=false, and prone to crashes (FFT3dGPU is not stable) . 
 
 You're better off running 64bit avisynth+ MT . MTCD is not very well multithreaded, and it's a complicated filter with lots of bottlenecks, but it will probably be 20-30% faster than avisynth 32bit MT, maybe 50-80% faster than vanilla 32bit ST
- 
	
Similar Threads
- 
  MCTemporalDenoise (Avisynth+ MT help)By frank_zappa in forum RestorationReplies: 0Last Post: 31st Oct 2017, 10:21
- 
  ffmpegsource2 error in AvisynthBy fidogenial in forum Newbie / General discussionsReplies: 23Last Post: 16th Jun 2016, 19:58
- 
  Record in SD or SD 1080i Upscaled? | Weird Problem with McTemporalDenoiseBy MrBiggles in forum RestorationReplies: 13Last Post: 10th Jun 2015, 01:52
- 
  mctemporaldenoise is altering the colors?By killerteengohan in forum RestorationReplies: 0Last Post: 22nd May 2015, 19:48
- 
  Avisynth error code 2By Rotwang Gorbochoff in forum Newbie / General discussionsReplies: 5Last Post: 11th May 2013, 18:51


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote