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.0
pts/x264-2.2.0
- 09 September 2017 -
Update x264 snapshot, now require nasm
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://media.xiph.org/video/derf/y4m/soccer_4cif.y4m</URL> <MD5>5cd52920caed848964844ee768871b6c</MD5> <FileSize>364957238</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf x264-snapshot-20170908-2245.tar.bz2 mkdir x264_/ cd x264-snapshot-20170908-2245 ./configure --prefix=$HOME/x264_/ --disable-opencl --enable-pic --enable-shared 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.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, nasm</ExternalDependencies> <EnvironmentSize>353</EnvironmentSize> <ProjectURL>http://www.videolan.org/developers/x264.html</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>nasm</SystemDependencies> </TestProfile> </PhoronixTestSuite>