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
VP9 libvpx Encoding 2.3.0
pts/vpxenc-2.3.0
- 17 February 2019 -
Use the same input file as SVT-VP9 test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/libvpx-1.8.0.tar.gz</URL> <MD5>49cb591325f44a3459b040112e3b82e7</MD5> <SHA256>86df18c694e1c06cc8f83d2d816e9270747a0ce6abe316e93a4f4095689373f6</SHA256> <FileName>libvpx-1.8.0.tar.gz</FileName> <FileSize>2879302</FileSize> </Package> <Package> <URL>http://ultravideo.cs.tut.fi/video/Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z</URL> <MD5>db7c7ff09acd5d7820cc4d1eb0939cf9</MD5> <SHA256>e73a54088e88e6465f578625d185933e85c3209ab7105deb755a8b8918b78cab</SHA256> <FileName>Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z</FileName> <FileSize>680772328</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xzf libvpx-1.8.0.tar.gz mkdir vpx cd libvpx-1.8.0 ./configure --disable-install-docs --enable-shared --prefix=$HOME/vpx make -j $NUM_CPU_CORES echo $? > ~/install-exit-status make install cd ~ rm -rf libvpx-1.8.0 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z echo "#!/bin/bash cd vpx/bin THREADCOUNT=\$((\$NUM_CPU_CORES>64?64:\$NUM_CPU_CORES)) LD_PRELOAD=../lib/libvpx.so ./vpxenc --codec=vp9 -v --threads=\$THREADCOUNT --tile-columns=6 -o /dev/null ~/Bosphorus_1920x1080_120fps_420_8bit_YUV.yuv --width=1920 --height=1080 2> \$LOG_FILE echo \$? > ~/test-exit-status" > vpxenc chmod +x vpxenc
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Pass 1/2 frame 600/601 125008B 1666b/f 50003b/s 35453 ms (#_RESULT_# fps)</OutputTemplate> <LineHint> fps</LineHint> <ResultBeforeString>fps</ResultBeforeString> <StripFromResult>(</StripFromResult> <DeleteOutputBefore>600/600</DeleteOutputBefore> <DeleteOutputAfter>Pass 2</DeleteOutputAfter> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0--> <PhoronixTestSuite> <TestInformation> <Title>VP9 libvpx Encoding</Title> <AppVersion>1.8.0</AppVersion> <Description>This is a standard video encoding performance test of Google's libvpx library and the vpxenc command for the VP9/WebM format using a sample 1080p video.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>vpxenc VP9 1080p Video Encode</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.3.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, yasm, p7zip</ExternalDependencies> <EnvironmentSize>827</EnvironmentSize> <ProjectURL>http://www.webmproject.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>