『漫游』酷论坛>『影音数码技术学习交流』>[求助]关于去拉丝的问 ..
[求助]关于去拉丝的问题~~~
a-ha@2008-03-04 16:40
在网上有看到说IT去的效果不错。。。。但我用了之后感觉不是很彻底。。。在教程上看到说要和decomb一起用。。。
LoadPlugin("Decomb.dll")
Telecide(Guide=1,Gthresh=50,Chroma=True,Quality=3,Post=false)
Decimate(cycle=5) # NTSC 3:2 PullDown
LoadPlugin("Decomb.dll")
Telecide(Guide=1,Gthresh=50,Chroma=True,Quality=3,Post=false)
Decimate(Cycle=5,Mode=2) # NTSC Progressive和Interlaced混合
LoadPlugin("Decomb.dll")
Telecide(Guide=2,Gthresh=50,Chroma=True,Quality=3,Post=false)
Decimate(Cycle=25) # PAL
现在的问题是载入AVS以后总提示找不到Quality,咋回事啊?
superkidx@2008-03-04 18:20
你那教程估计是很久以前的
Telecide根本没这参数
AviSynth 2.5\plugins\DecombReferenceManual.html
有参数说明
a-ha@2008-03-05 08:21
刚看过。。。减掉几个参数就好了呵呵。。。。
| TOP