『漫游』酷论坛>『影音数码技术学习交流』>[求助]full参数

[求助]full参数

x265@2009-02-18 02:00

full:

If full is set to true, then all frames are processed as usual. If full=false, all frames are first checked to see if they are combed. If a frame isn't combed, then it is returned as is. If a frame is combed, then it is processed as usual. The parameters that effect combed frame detection are cthresh, chroma, blockx, blocky, and MI. full=false allows TDeint to be an ivtc post-processor without the need for hints.

true - normal processing
false - check all input frames for combing first
default - true (bool)

请问这个参数是否是判断交错的帧,然后再处理。
还是只在配合iVTC时使用
引用

SAPikachu@2009-02-18 10:01

true 全部处理
false 先检查是不是交错再处理
引用

| TOP