分页: 2 / 4

Re: HQDering mod v0.7 - 高质量去除ringing的脚本

发表于 : 2012-12-28 18:40
mawen1250
更新v0.7
较大的改动
增加新的参数nrmode、nrmodec,增加并默认使用MinBlur的处理核心,改进dfttest的处理效率。增加参数show用于显示mask,改变部分默认值。

Re: HQDering mod v0.9 - 高质量去除ringing的脚本

发表于 : 2013-01-05 22:34
mawen1250
更新v0.9
MinBlur 16bit处理过程的优化,lsb=true时MinBlur部分可以有30-50%的速度提升。

更新v1.0
修复v0.8引入的bug:没有设定lsb时报错的问题。感谢Holy君报错。
另外Contra-Sharpen部分略微优化(感觉也不怎么用的到)。

Re: HQDering mod v1.0 - 高质量去除ringing的脚本

发表于 : 2013-02-25 16:10
differ_cn
已经把所需滤镜(Requirements)打包下载了。解压缩在 D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\ 目录下

请教这个HQDeringmod脚本该怎么用?

这个AVS是可以预览的。(基本么没用任何画质滤镜)
LoadPlugin("D:\animation\new\Doujin_Work_同人创作07\07\TOOS\MeGUI_2153_x86\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\DVD_VIDEO\VIDEO_TS\VTS_01_1 - 0xE0 - Video - MPEG-2 - 720x480 (NTSC) - 16~9 - Letterboxed.d2v", info=3)
LoadPlugin("D:\animation\new\Doujin_Work_同人创作07\07\TOOS\MeGUI_2153_x86\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("D:\animation\new\Doujin_Work_同人创作07\07\TOOS\MeGUI_2153_x86\tools\avisynth_plugin\TIVTC.dll")
tfm(order=1).tdecimate(mode=1,hybrid=1)


想用HQDering mod
AVS写成这样,预览不了

LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\masktools-v2.0a48\mt_masktools-26.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\RemoveGrain-1.0\RemoveGrainSSE3.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\RemoveGrain-1.0\RepairSSE3.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\RemoveGrain-1.0\RSharpenSSE3.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\RemoveGrainHD-0.5\RemoveGrainHD.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\RemoveGrainHD-0.5\RemoveGrainHDS.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\dfttest-1.9.2\dfttest.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\dfttest-1.9.2\libfftw3f-3.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\dither-1.22.0\avstp.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\dither-1.22.0\dither.dll")

Import("D:\DVD_VIDEO\VIDEO_TS\HQDeringmod_v1.0.avsi")

LoadPlugin("D:\animation\new\Doujin_Work_同人创作07\07\TOOS\MeGUI_2153_x86\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\DVD_VIDEO\VIDEO_TS\VTS_01_1 - 0xE0 - Video - MPEG-2 - 720x480 (NTSC) - 16~9 - Letterboxed.d2v", info=3)
LoadPlugin("D:\animation\new\Doujin_Work_同人创作07\07\TOOS\MeGUI_2153_x86\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("D:\animation\new\Doujin_Work_同人创作07\07\TOOS\MeGUI_2153_x86\tools\avisynth_plugin\TIVTC.dll")
tfm(order=1).tdecimate(mode=1,hybrid=1)

HQDering()

Re: HQDering mod v1.0 - 高质量去除ringing的脚本

发表于 : 2013-02-25 17:23
cunhan
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\dfttest-1.9.2\libfftw3f-3.dll")

这个应该是放进windows的system32目录的,不能在avs内加载
至于还有没有其他错误就看不出来了。
楼主提问至少要贴出来你看到的错误信息啊,让看贴的人猜原因是在欺负人么

Re: HQDering mod v1.0 - 高质量去除ringing的脚本

发表于 : 2013-02-25 21:33
Billy Herrington
cunhan 写了:LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\dfttest-1.9.2\libfftw3f-3.dll")

这个应该是放进windows的system32目录的,不能在avs内加载
至于还有没有其他错误就看不出来了。
楼主提问至少要贴出来你看到的错误信息啊,让看贴的人猜原因是在欺负人么
So is this one:
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\dither-1.22.0\avstp.dll")

Re: HQDering mod v1.0 - 高质量去除ringing的脚本

发表于 : 2013-02-25 22:25
differ_cn
非常感谢楼上的回复,另外我是用播放器预览的,错误信息的文字非常挤,无法辨认,等明天回去再换个工具试试

Re: HQDering mod v1.0 - 高质量去除ringing的脚本

发表于 : 2013-03-17 4:02
tuqc
Import("..\HQDeringmod_v1.0.avsi")

QQ截图20130317040201.png
QQ截图20130317040201.png (16.32 KiB) 查看 8373 次

为什么出现这种情况呢?

Re: HQDering mod v1.0 - 高质量去除ringing的脚本

发表于 : 2013-03-17 11:07
dgwxx
tuqc 写了:Import("..\HQDeringmod_v1.0.avsi")
QQ截图20130317040201.png
为什么出现这种情况呢?
错误提示说得很明白了啊,你没加载HQDering需要的插件。
请先下载以下插件:
  • masktools v2.0a48
  • RemoveGrain v1.0pre
  • Repair v1.0pre
  • RemoveGrainHD v0.5
  • dfttest v1.9.2
  • dither v1.21.0
然后通过以下语句加载:

代码: 全选

loadplugin("mt_masktools-26.dll")
loadplugin("RemoveGrainHDS.dll")
loadplugin("RemoveGrainSSE3.dll")
loadplugin("RepairSSE3.dll")
loadplugin("dfttest.dll")
loadplugin("dither.dll")

Re: HQDering mod v1.0 - 高质量去除ringing的脚本

发表于 : 2013-03-17 11:40
akw28888
differ_cn 写了:已经把所需滤镜(Requirements)打包下载了。解压缩在 D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\ 目录下

请教这个HQDeringmod脚本该怎么用?

这个AVS是可以预览的。(基本么没用任何画质滤镜)
LoadPlugin("D:\animation\new\Doujin_Work_同人创作07\07\TOOS\MeGUI_2153_x86\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\DVD_VIDEO\VIDEO_TS\VTS_01_1 - 0xE0 - Video - MPEG-2 - 720x480 (NTSC) - 16~9 - Letterboxed.d2v", info=3)
LoadPlugin("D:\animation\new\Doujin_Work_同人创作07\07\TOOS\MeGUI_2153_x86\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("D:\animation\new\Doujin_Work_同人创作07\07\TOOS\MeGUI_2153_x86\tools\avisynth_plugin\TIVTC.dll")
tfm(order=1).tdecimate(mode=1,hybrid=1)


想用HQDering mod
AVS写成这样,预览不了

LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\masktools-v2.0a48\mt_masktools-26.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\RemoveGrain-1.0\RemoveGrainSSE3.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\RemoveGrain-1.0\RepairSSE3.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\RemoveGrain-1.0\RSharpenSSE3.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\RemoveGrainHD-0.5\RemoveGrainHD.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\RemoveGrainHD-0.5\RemoveGrainHDS.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\dfttest-1.9.2\dfttest.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\dfttest-1.9.2\libfftw3f-3.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\dither-1.22.0\avstp.dll")
LoadPlugin("D:\DVD_VIDEO\VIDEO_TS\Requirements for CSmod(16)&GSMC&HQDeringmod\dither-1.22.0\dither.dll")

Import("D:\DVD_VIDEO\VIDEO_TS\HQDeringmod_v1.0.avsi")

LoadPlugin("D:\animation\new\Doujin_Work_同人创作07\07\TOOS\MeGUI_2153_x86\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\DVD_VIDEO\VIDEO_TS\VTS_01_1 - 0xE0 - Video - MPEG-2 - 720x480 (NTSC) - 16~9 - Letterboxed.d2v", info=3)
LoadPlugin("D:\animation\new\Doujin_Work_同人创作07\07\TOOS\MeGUI_2153_x86\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("D:\animation\new\Doujin_Work_同人创作07\07\TOOS\MeGUI_2153_x86\tools\avisynth_plugin\TIVTC.dll")
tfm(order=1).tdecimate(mode=1,hybrid=1)

HQDering()
人家的函數名叫做HQDeringmod 您寫HQDering這根本也不對

Re: HQDering mod v1.0 - 高质量去除ringing的脚本

发表于 : 2013-03-17 12:46
tuqc
dgwxx 写了:
tuqc 写了:Import("..\HQDeringmod_v1.0.avsi")
附件 QQ截图20130317040201.png 已经无效
为什么出现这种情况呢?
错误提示说得很明白了啊,你没加载HQDering需要的插件。
请先下载以下插件:
  • masktools v2.0a48
  • RemoveGrain v1.0pre
  • Repair v1.0pre
  • RemoveGrainHD v0.5
  • dfttest v1.9.2
  • dither v1.21.0
然后通过以下语句加载:

代码: 全选

loadplugin("mt_masktools-26.dll")
loadplugin("RemoveGrainHDS.dll")
loadplugin("RemoveGrainSSE3.dll")
loadplugin("RepairSSE3.dll")
loadplugin("dfttest.dll")
loadplugin("dither.dll")




loadplugin("mt_masktools-26.dll")
loadplugin("RemoveGrainHDS.dll")
loadplugin("RemoveGrainSSE3.dll")
loadplugin("RepairSSE3.dll")
loadplugin("dfttest.dll")
loadplugin("dither.dll")
Import("dither.avsi")
Import("HQDeringmod.avsi")

是否还需要什么?
QQ截图20130317124630.png
QQ截图20130317124630.png (13.25 KiB) 查看 8356 次