regression_test.txt.svn-base
来自「此段代码是h.264在linux下的编码源程序,在linux下编译可以得到可执行」· SVN-BASE 代码 · 共 26 行
SVN-BASE
26 行
Here is one test method which checks that the encoder'sview of decoded pictures in the same as the decoder's view.This ensures that there is no distortion besides what isinherently caused by compression.# Install and compile x264 :svn co svn://svn.videolan.org/x264/trunk x264cd x264./configureperl -pi -e 's|//(#define DEBUG_DUMP_FRAME)|$1|' encoder/encoder.c # define DEBUG_DUMP_FRAMEmakecd ..# Install and compile JM reference decoder :wget http://iphome.hhi.de/suehring/tml/download/jm10.2.zipunzip jm10.2.zipcd JMsh unixprep.shcd ldecodmakecd ../.../x264/x264 input.yuv -o output.h264 # this produces fdec.yuv./JM/bin/ldecod.exe -i output.h264 -o ref.yuvdiff ref.yuv fdec.yuv
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?