最初由 系统杀手 发布
柔化是Blur()那滤镜么...
“就是两帧逐字节比较,差的绝对值累加”
话说这一步会计算象素luma与chroma变化的程度大小么?
比如“深蓝->蓝”与“深红->油绿”
两者都算“1/分辨率”变化 还是“1×"变化程度/分辨率"”变化?
realsweet@2008-06-05 23:16
话说不用直接输出roozhou@2008-06-06 01:01
引用最初由 系统杀手 发布
柔化是Blur()那滤镜么...
“就是两帧逐字节比较,差的绝对值累加”
话说这一步会计算象素luma与chroma变化的程度大小么?
比如“深蓝->蓝”与“深红->油绿”
两者都算“1/分辨率”变化 还是“1×"变化程度/分辨率"”变化?
vempx@2008-06-06 08:41
引用最初由 realsweet 发布
话说不用直接输出
XVID只跑1st pass就可以了 更快
roozhou@2008-06-06 10:03
引用最初由 vempx 发布
在avs里用assumefps(250)
然后VDM里播一遍就行了:p
雷鸣@2008-06-06 10:54
引用最初由 realsweet 发布
话说不用直接输出
XVID只跑1st pass就可以了 更快
系统杀手@2008-06-06 11:22
引用最初由 roozhou 发布
不,它不知道什么是深蓝、蓝,也不知道什么是luma,chroma,只进行逐字节比较,否则哪来的速度啊。
引用最初由 雷鸣 发布
avs尾部加一句crop(0,0,4,4)
直接输出uncompress即可,不会大
不过我用的是avs2avi,输出到空设备
系统杀手@2008-06-06 11:38
引用
realsweet@2008-06-06 12:00
引用最初由 vempx 发布
在avs里用assumefps(250)
然后VDM里播一遍就行了:p
引用最初由 雷鸣 发布
avs尾部加一句crop(0,0,4,4)
直接输出uncompress即可,不会大
不过我用的是avs2avi,输出到空设备
roozhou@2008-06-06 12:24
引用最初由 系统杀手 发布
这样... 那柔化了以后岂不是判断就更不精确了么... (指先降噪后柔化)
系统杀手@2008-06-06 17:20
我把砍帧开满的.. XD系统杀手@2008-06-06 17:24
引用最初由 realsweet 发布
lol
以后试试assumefps(total frames)
争取一秒钟搞定
roozhou@2008-06-06 18:23
引用最初由 系统杀手 发布
我把砍帧开满的.. XD
DeDup(threshold=0.35, maxcopies=20, maxdrops=20, log="timecode.dup.txt", times="timecode.txt")
话说你那个decimate=5:320:96:0.2 的参数, 最后0.2大概看得懂应该是threshold=0.002%的意思.. 前面三个是啥?
另外mencoder的帮助怎么看啊? mencoder /? 没有东西的说....
引用
decimate[=max:hi:lo:frac]
Drops frames that do not differ greatly from the previous frame in order to reduce framerate. The main use of this filter is for very-low-bitrate encoding (e.g. streaming over dialup modem), but it could in theory be used for fixing movies that were inverse-telecined incorrectly.
Sets the maximum number of consecutive frames which can be dropped (if positive), or the minimum interval between dropped frames (if negative).
,,
A frame is a candidate for dropping if no 8x8 region differs by more than a threshold of, and if not more thanportion (1 meaning the whole image) differs by more than a threshold of . Values of andare for 8x8 pixel blocks and represent actual pixel value differences, so a threshold of 64 corresponds to 1 unit of difference for each pixel, or the same spread out differently over the block.
系统杀手@2008-06-06 20:54
... 理解了30%....o97o8l@2008-06-07 13:56
刚升级Q6600 进来学习下。。。。。