readme.txt
来自「h.264/avc 视频编码程序,实现分数像素匹配功能,非原创.」· 文本 代码 · 共 29 行
TXT
29 行
lencodJM20Original.exe ---- full integer search
lencodJM20Dyna.exe ---- integer search with dynamic range decision
lencodJM20Fast.exe ---- integer search with fast algorithm proposed by tsinghua
lencodJM20FastDyna.exe ---- integer search with fast algorithm proposed by tsinghua plus dynamic search
============================================================
1. if add "Fast_Integer" in preprocessor definiation:
the integer motion estimation will use our algorithm, but only 16x16 search mode is
supported now(other mode will be supported soon :) )
2. if add "_RANGE_DECISION" in preprocessor definiation:
Dynamic search range algorithm as D117 described is used.
3. these two algorithms can be used together.
=============================================================
Each line of the batch file is like the following format:
lencodx
-p InputFile=Foreman[30fps].qcif
-p SourceWidth=176
-p SourceHeight=144
-p QPFirstFrame=16
-p QPRemainingFrame=16
-p FrameSkip=2
-p FramesToBeEncoded=101
lencodx means one of the motion estimation scheme, -p set other parameter.
We change different 4 lencodx and 4 different sequences and 4 different QP
(Totally 64 times running) and get the result.
================================================================
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?