📄 regression_test.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -