Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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 1.3.0
pts/x264-1.3.0
- 07 December 2011 -
Update x264 snapshot to upstream 2011-12-06.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.6.0m3 (Arendal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20111206-2245.tar.bz2</URL> <MD5>346d2b54c5af99e51264fc32f32dff6c</MD5> <FileName>x264-snapshot-20111206-2245.tar.bz2</FileName> <FileSize>532443</FileSize> </Package> <Package> <URL>http://media.xiph.org/video/derf/y4m/soccer_4cif.y4m</URL> <MD5>5cd52920caed848964844ee768871b6c</MD5> <FileName>soccer_4cif.y4m</FileName> <FileSize>364957238</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf x264-snapshot-20111206-2245.tar.bz2 mkdir x264_/ cd x264-snapshot-20111206-2245/ ./configure --prefix=$HOME/x264_/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd .. rm -rf x264-snapshot-20111206-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 v3.6.0m3 (Arendal)--> <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 v3.6.0m3 (Arendal)--> <PhoronixTestSuite> <TestInformation> <Title>x264</Title> <AppVersion>2010-11-22</AppVersion> <Description>This is a simple test of the x264 H.264/AVC encoder.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>H.264 Video Encoding</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, yasm</ExternalDependencies> <EnvironmentSize>353</EnvironmentSize> <ProjectURL>http://www.videolan.org/developers/x264.html</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>