When I was working on FLCL, I actually got small horizontal line artifacts in a few frames using Colormatrix before IVTC. Calling Colormatrix after IVTC fixed it.
URL: http://forum.doom9.org/showthread.php?p=834767#post834767
[原创]AVS Filter ColorMatrix之使用
FalconIA@2006-08-28 11:06
BLOG地址:http://falconia.ca/blog/read.php/15.htm引用When I was working on FLCL, I actually got small horizontal line artifacts in a few frames using Colormatrix before IVTC. Calling Colormatrix after IVTC fixed it.
URL: http://forum.doom9.org/showthread.php?p=834767#post834767
引用It's a special function of the tfm 2-pass file, it errors out if you don't use exactly the same filters before tfm as you did on the first pass. tdec has the same check. Colormatrix should have no effect, but tfm's trying to protect against random changes that render the stats useless.
To disable the check, all you have to do is remove the "crc=" section from the beginning of the stats files. (Leave the other info though!)
Colormatrix will still have an effect where it is now, though. It just won't be able to use hints to decide when it actually needs to be used, it'll just affect every frame (which is usually correct).
URL: http://forum.doom9.org/showthread.php?p=822415#post822415
realsweet@2006-08-28 11:13
前几天刚看过,又来这推销- -taburiss4869@2006-08-28 11:20
FA先告诉我下COLORMATRIX是干吗的- -0realsweet@2006-08-28 11:36
引用最初由 taburiss4869 发布
FA先告诉我下COLORMATRIX是干吗的- -0
FalconIA@2006-08-28 11:44
引用最初由 taburiss4869 发布
FA先告诉我下COLORMATRIX是干吗的- -0
Boss_02fj@2006-08-28 17:37
那x264有这个问题么?wolfsoft@2006-08-28 19:45
引用最初由 Boss_02fj 发布
tfm(mode=1,PP=6,display=true).tdecimate(mode=1,cycle=5,cycleR=1,display=false)
是什么意思?
雷鸣@2006-08-28 19:47
coloryuv(levels="tv->pc")wolfsoft@2006-08-28 21:17
不一样.taburiss4869@2006-08-28 22:23
咱在考虑要不要下次加个看看- -0realsweet@2006-08-28 23:43
引用最初由 Boss_02fj 发布
那x264有这个问题么?
tfm(mode=1,PP=6,display=true).tdecimate(mode=1,cycle=5,cycleR=1,display=false)
是什么意思?