Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
x264 2.2.1
pts/x264-2.2.1
- 09 September 2017 -
Build nasm internally within the test profile
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20170908-2245.tar.bz2</URL> <MD5>d32ff10ba24ef9ff0c4c57af28bb5eb5</MD5> <SHA256>1d14ede285ef3d462da9eb88aefad82d0ec91b81c4216a54f9f324d6668f4b58</SHA256> <FileSize>750797</FileSize> </Package> <Package> <URL>http://www.nasm.us/pub/nasm/releasebuilds/2.13.01/nasm-2.13.01.tar.bz2</URL> <MD5>1f7d4662040d24351df7d6719ed4f97a</MD5> <SHA256>08f97baf0a7f892128c6413cfa93b69dc5825fbbd06c70928aea028835d198fa</SHA256> <FileSize>966295</FileSize> </Package> <Package> <URL>http://media.xiph.org/video/derf/y4m/soccer_4cif.y4m</URL> <MD5>5cd52920caed848964844ee768871b6c</MD5> <FileSize>364957238</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir x264_/ tar -xjf nasm-2.13.01.tar.bz2 cd nasm-2.13.01 ./autogen.sh ./configure --prefix=$HOME/x264_/ make -j $NUM_CPU_JOBS make install cd ~ tar -xjf x264-snapshot-20170908-2245.tar.bz2 cd x264-snapshot-20170908-2245 PATH="$HOME/x264_/bin:$PATH" ./configure --prefix=$HOME/x264_/ --disable-opencl --enable-pic --enable-shared PATH="$HOME/x264_/bin:$PATH" make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd ~ # rm -rf x264-snapshot-20170908-2245 echo "#!/bin/sh ./x264_/bin/x264 -o /dev/null --threads \$NUM_CPU_CORES soccer_4cif.y4m > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > x264 chmod +x x264
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>encoded 600 frames, #_RESULT_# fps, 4221.95 kb/s</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m3--> <PhoronixTestSuite> <TestInformation> <Title>x264</Title> <AppVersion>2017-09-08</AppVersion> <Description>This is a simple test of the x264 H.264/AVC encoder run on the CPU (OpenCL support disabled).</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>H.264 Video Encoding</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.2.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>353</EnvironmentSize> <ProjectURL>http://www.videolan.org/developers/x264.html</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>