分页: 4 / 5

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

发表于 : 2012-09-16 11:27
oubeichen
出现这个错误,而且我找了一个fftw3.dll也没用



===================================
我白痴了,应该是放在系统文件夹下

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

发表于 : 2013-04-13 2:48
gmail123
报错信息:
截图00.png
截图00.png (10.49 KiB) 查看 7442 次

代码: 全选

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

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

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

求各位大大指点 {:cat_5}

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

发表于 : 2013-04-14 2:52
Billy Herrington
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.

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

发表于 : 2013-04-15 11:10
gmail123
谢洋大人 {:cat_15}

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

发表于 : 2013-05-21 21:17
real.finder
this is modified ver can put MCTemporalDenoise.avsi and MCTD.avsi together in auto-load folder

http://pastebin.com/xuRuW787

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

发表于 : 2013-06-01 18:13
cwl2817
请问这个函数是如何处理16bit下的情况的?
在avsi中我看到有获取lsb和dither的函数,但是不太清楚它的输入输出位数是如何确定的?想问一下在16bit下应该怎样使用,以及最终输出10bit时有没有必要在16bit下使用?

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

发表于 : 2013-06-02 12:04
mawen1250
MCTD mod只在PP的enhance(deband)部分支持8bit输入与16bit输出

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

发表于 : 2015-04-20 22:01
JessiFan
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) 查看 6060 次

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

发表于 : 2015-04-21 21:37
mawen1250
AviSynth的MT能不用就不用,问题太多(AviSynth+的开发停滞也可能和MT搞不定有一定联系)。