话说以前没学VFR的制作,突然发现需要的时候却啥都不会... 囧....
不是做DVDrip,只是要压某静态画面+字幕的东西,应该是用dedup.............吧................. [/KH] [/KH]
于是乎刚才看了dedup AVS插件的说明,大致了解了其工作原理但是有几个参数的具体意义还是不太清楚,望高手指教 OTL
Second Pass Options:
DeDup(clip c, float threshold, float threshold2, int range2, float trigger2,
bool show, bool dec, int maxcopies, int maxdrops, bool blend,
string log, string times, string timesin, string ovr, string debug)
threshold:
range: 0 - 100
default: 0.3
Consecutive frames that differ by less than or equal to this much will be
merged into a single output frame, taken from the end of the merged sequence.
(This uses the same units as in Dup)
话说这个是比例还是啥? 默认0.3是指平均1000帧里删3帧么?
range2:
range: 0 - lots (sane values: 0 - maxdrops)
default: 0 (disabled)
Search range for threshold2.
The range2 parameter is taken from the frame being considered from dropping,
not from the frames being searched over.
对这个range2的意义十分不解.. 是和threshold2不同的判定方式么....
ovr:
default: none.
File to override settings on a per-frame basis. See below for format.
Override File Format:
Example:
0-350 threshold=.3
350-900 threshold=.7 threshold2=1.5 trigger2=8.0
100 k
200-220 ddk
完全不解.......
另外用Dedup还有一个First Pass的:DupMC(clip c, bool chroma, string log),一般用什么方法得到这个LOG最好啊? MPC放一遍AVS?还是用最大速压个Xvid一类的?