構文
MAnalyse (clip super, int "blksize", int "blksizeV", int "levels", int "search", int "searchparam", int "pelsearch", bool "isb", int "lambda", bool "chroma", int "delta", bool "truemotion", int "lsad", int "plevel", bool "global", int "pnew", int "pzero", int "pglobal", int "overlap", int "overlapV", string "outfile", int "dct", int "divide", int "sadx264", int "badSAD", int "badrange", bool "isse", bool "meander", bool "temporal", bool "trymany")
以下原文翻訳
Get prepared multilevel super clip, estimate motion by block-matching method and produce special output clip with motion vectors data (used by other functions).
Some hierarchical multi-level search methods are implemented (from coarse image scale to finest). Function uses zero vector and neighbors blocks vectors as a predictors for current block. Firstly difference (SAD) are estimated for predictors, then candidate vector changed by some values to some direction, SAD is estimated, and so on. The accepted new vector is the vector with minimal SAD value (with some penalty for motion coherence).
多層レベルのsuperクリップを準備し、ブロックマッチング法によるモーション予測と動きベクトルデータを持つ(別の関数で使用する)特殊クリップを出力します。
MAnalyseではいくつかの階級的多層レベルの調査方法が用意されています(粗い画像スケールから高画質のものまで)。関数はゼロベクトルと近傍ブロックベクトルをカレントブロックの予想に使用します。
最終更新:2013年04月08日 03:23