版面规则
提问时请注意:尽量详细描述操作过程、AVS脚本内容等,最好能写出片名,只贴图有时无法看出问题原因。
提示:发布原创内容请尽量使用附件上传。使用网盘会出现过期失效的问题,请注意。
oubeichen
帖子: 7
注册时间: 2012-08-22 21:25

Re: MCTD v1.4.20mod3.7 自定义denoise、aa、sharp、deband、stabilize滤

出现这个错误,而且我找了一个fftw3.dll也没用



===================================
我白痴了,应该是放在系统文件夹下
附件
QQ截图20120916112608.png
QQ截图20120916112608.png (16.67 KiB) 查看 7359 次
gmail123
帖子: 66
注册时间: 2011-01-05 16:35

Re: MCTD v1.4.20mod4.2 自定义denoise、aa、sharp、deband、stabilize滤

报错信息:
截图00.png
截图00.png (10.49 KiB) 查看 7193 次

代码: 全选

LoadPlugin("D:\video\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\Users\kkk\Desktop\dvd.d2v", info=3)
LoadPlugin("D:\video\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
mpeg2source("C:\Users\kkk\Desktop\dvd.d2v")
#deinterlace
#crop

MCTD(
\ p=PNLM(32, 4, 0),
\ p1nr="FluxSmoothST(7, 7)",
\ twopass=true, p2nr="FluxSmoothST(7, 5)",
\ post=1, ppnr="PNLM2(12, 3, 0)",
\ AA=true, aaF ="taa(mtype=0, sharp=0, postaa=false)",
\ sharp=true, shF ="Sharpen(0.3)",
\ enhance=true, dbF ="f3kdb()" ,
\ edgeclean=true, ECmode="PNLM(48, 4, 0)")

#MCTemporalDenoise(settings="very high")  #降噪

#crop(0, 40, 0, -40)
LanczosResize(640,480) # Lanczos (Sharp)
trim(13900,16700)
#denoise
gmail123
帖子: 66
注册时间: 2011-01-05 16:35

Re: MCTD v1.4.20mod4.2 自定义denoise、aa、sharp、deband、stabilize滤

解决的问题自已删掉了,DLL和脚本文件都已自动加载,但错误提示没看明白,是哪里语法有问题?还是DLL文件搞错了?
不自定义的话MCTD(settings="very high") 仍然会报错,同上。
MCTemporalDenoise(settings="very high") 的语法可过。

求各位大大指点 {:cat_5}
头像
Billy Herrington
帖子: 83
注册时间: 2013-01-09 9:54

Re: MCTD v1.4.20mod4.2 自定义denoise、aa、sharp、deband、stabilize滤

Don't put MCTD.avsi and MCTemporalDenoise.avsi in the auto-load folder simultaneously. Otherwise when you use MCTD which calls some support functions, while it may try to use the support functions of the same name from MCTemporalDenonise, which is naturally not capable with MCTD, you'll definitely get error.

If you know exactly how the avs script works, leave what you need auto-loaded. If you don't, don't try to be lazy, or you'll easily get a mess of garbage in your working-dir.
real.finder
帖子: 1
注册时间: 2013-05-20 22:39

Re: MCTD v1.4.20mod4.2 自定义denoise、aa、sharp、deband、stabilize滤

this is modified ver can put MCTemporalDenoise.avsi and MCTD.avsi together in auto-load folder

http://pastebin.com/xuRuW787
头像
cwl2817
帖子: 7
注册时间: 2013-04-19 1:18

Re: MCTD v1.4.20mod4.2 自定义denoise、aa、sharp、deband、stabilize滤

请问这个函数是如何处理16bit下的情况的?
在avsi中我看到有获取lsb和dither的函数,但是不太清楚它的输入输出位数是如何确定的?想问一下在16bit下应该怎样使用,以及最终输出10bit时有没有必要在16bit下使用?
头像
JessiFan
帖子: 12
注册时间: 2015-04-18 11:43

Re: MCTD v1.4.20mod4.2 自定义denoise、aa、sharp、deband、stabilize滤镜

taro大 MCTDmod支持set的 avisynth MT么 看帖子里有说可以使用setMTMode 可是我一运行就出错
是最新的avisynth MT版本 avisynth_20150220
脚本

代码: 全选

SetMemoryMax(2560) 
SetMTMode(3,8)
LWLibavVideoSource("F:\HD\140330 SNSD U-EXPRESS.ts")
SetMTMode(2)
MCTD(settings="high")
看了VDM报错 在查了下mctdmod.avsi 难道是gradfun2db不支持多线程?
无标题.jpg
无标题.jpg (31 KiB) 查看 5811 次

回到 “AviSynth”