Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Llama.cpp
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
OpenRadioss
QuantLib
GROMACS
AOM AV1
FLAC Audio Encoding
FluidX3D
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
VP8 libvpx Encoding 1.1.0
pts/vpxenc-1.1.0
- 03 October 2012 -
Update against upstream VP8 libvpx 1.1.0 release.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.2.0m0 (Randaberg)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://webm.googlecode.com/files/libvpx-v1.1.0.tar.bz2</URL> <MD5>7ae163ac3196c79ec2f0904280078a45</MD5> <FileName>libvpx-v1.1.0.tar.bz2</FileName> <FileSize>1653485</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 libvpx-v1.1.0.tar.bz2 cd libvpx-v1.1.0/ ./configure --disable-install-docs make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd libvpx-v1.1.0/ ./vpxenc --best --psnr -v -t \$NUM_CPU_CORES -o /dev/null ~/soccer_4cif.y4m 2> \$LOG_FILE echo \$? > ~/test-exit-status" > vpxenc chmod +x vpxenc
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.2.0m0 (Randaberg)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Pass 1/1 frame 600/600 639417B 8525b/f 511533b/s 46363 ms (#_RESULT_# fps)</OutputTemplate> <LineHint> fps</LineHint> <ResultBeforeString>fps</ResultBeforeString> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.2.0m0 (Randaberg)--> <PhoronixTestSuite> <TestInformation> <Title>VP8 libvpx Encoding</Title> <AppVersion>1.1.0</AppVersion> <Description>This is a standard video encoding performance test of Google's libvpx library and the vpxenc command for the VP8/WebM format.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>vpxenc</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.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.webmproject.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>