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.1.0
pts/vpxenc-2.1.0
- 17 June 2018 -
Update build script, switch to new source file.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ftp.osuosl.org/pub/blfs/conglomeration/libvpx/libvpx-1.7.0.tar.gz, http://phoronix-test-suite.com/benchmark-files/libvpx-1.7.0.tar.gz, http://ftp.lfs-matrix.net/pub/blfs/conglomeration/libvpx/libvpx-1.7.0.tar.gz</URL> <MD5>193346f9aec0726145e51db732417cd2</MD5> <SHA256>1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238</SHA256> <FileSize>2679797</FileSize> </Package> <Package> <URL>http://ultravideo.cs.tut.fi/video/Jockey_1920x1080_120fps_420_8bit_YUV_Y4M.7z</URL> <MD5>c179df735def0f5c4cc07354540cf66f</MD5> <SHA256>b2c4150efc02784d7f5b5072092f73fd041f894c5bb4ff5c9b275580902ceabf</SHA256> <FileSize>761812403</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xzf libvpx-1.7.0.tar.gz mkdir vpx cd libvpx-1.7.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.7.0 7z e Jockey_1920x1080_120fps_420_8bit_YUV_Y4M.7z echo "#!/bin/sh cd vpx/bin LD_PRELOAD=../lib/libvpx.so.5 ./vpxenc --good --codec=vp9 -v --threads=\$NUM_CPU_CORES --tile-columns=4 -o /dev/null ~/Jockey_1920x1080_120fps_420_8bit_YUV.y4m --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.0.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.0.0--> <PhoronixTestSuite> <TestInformation> <Title>VP9 libvpx Encoding</Title> <AppVersion>1.7.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.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>vpxenc</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.1.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>