Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
Primesieve
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
VP9 libvpx Encoding 2.2.0
pts/vpxenc-2.2.0
- 04 February 2019 -
Update against libvpx 1.8.0
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/libvpx-1.8.0.tar.gz, http://github.com/webmproject/libvpx/archive/v1.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/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.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 e Jockey_1920x1080_120fps_420_8bit_YUV_Y4M.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=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.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.2.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>