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
Kvazaar 1.0.0
pts/kvazaar-1.0.0
- 16 October 2020 -
Initial commit of Kvazaar H.265 video encoder benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ultravideo/kvazaar/releases/download/v2.0.0/kvazaar-2.0.0.tar.bz2</URL> <MD5>42f4f939c90503b884ce2c6426bca1af</MD5> <SHA256>21f7cefc7fa1fc52bd7ba28a3849373c31033ba43eab9e2e63468e22ccdfc880</SHA256> <FileName>kvazaar-2.0.0.tar.bz2</FileName> <FileSize>825708</FileSize> </Package> <Package> <URL>http://ultravideo.cs.tut.fi/video/Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z</URL> <MD5>815ca5830c8ea2f95545429817b96b1f</MD5> <SHA256>d0fcb7d8cfc6e51c47ce8b427dab41ce38300c4b1a51a1903ddd5d86067c4c79</SHA256> <FileName>Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z</FileName> <FileSize>2804470345</FileSize> </Package> <Package> <URL>http://ultravideo.cs.tut.fi/video/Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</URL> <MD5>84ae521c95aa2537e16b34bbf72f2def</MD5> <SHA256>e2f60b904789a60f6d1edc194d8540d401dd882e3ee3605b9b1de8feacc72133</SHA256> <FileName>Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</FileName> <FileSize>676792531</FileSize> </Package> <Package> <URL>https://github.com/ultravideo/kvazaar/releases/download/v2.0.0/Win64-Release.zip</URL> <MD5>72c23354566d657ba206b9d1697290a4</MD5> <SHA256>1249bb26138985029e53a07539cd92b4e6a7d7bb8fa3c7a7c7c87805c124663a</SHA256> <FileName>kvazaar-2.0.0-Win64-Release.zip</FileName> <FileSize>329959</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf kvazaar-2.0.0.tar.bz2 cd kvazaar-2.0.0/ ./configure make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ 7z x Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z -aoa 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z -aoa echo "#!/bin/sh ./kvazaar-2.0.0/src/kvazaar --threads \$NUM_CPU_CORES \$@ -o /dev/null > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > kvazaar chmod +x kvazaar
install_windows.sh
#!/bin/sh unzip -o kvazaar-2.0.0-Win64-Release.zip chmod +x kvazaar.exe 7z x Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z -aoa 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z -aoa echo "#!/bin/sh ./kvazaar.exe --threads \$NUM_CPU_CORES \$@ -o out.hevc > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status rm -f out.hevc" > kvazaar chmod +x kvazaar
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> FPS: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0--> <PhoronixTestSuite> <TestInformation> <Title>Kvazaar</Title> <AppVersion>2.0</AppVersion> <Description>This is a test of Kvazaar as a CPU-based H.265 video encoder written in the C programming language and optimized in Assembly. Kvazaar is the winner of the 2016 ACM Open-Source Software Competition and developed at the Ultra Video Group, Tampere University, Finland.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, p7zip, libtool, yasm</ExternalDependencies> <EnvironmentSize>3400</EnvironmentSize> <ProjectURL>http://ultravideo.cs.tut.fi/#encoder</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Video Input</DisplayName> <Identifier>video</Identifier> <ArgumentPrefix>-i </ArgumentPrefix> <Menu> <Entry> <Name>Bosphorus 1080p</Name> <Value>Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m</Value> </Entry> <Entry> <Name>Bosphorus 4K</Name> <Value>Bosphorus_3840x2160.y4m</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Video Preset</DisplayName> <Identifier>preset</Identifier> <ArgumentPrefix>--preset </ArgumentPrefix> <Menu> <Entry> <Name>Slow</Name> <Value>slow</Value> </Entry> <Entry> <Name>Medium</Name> <Value>medium</Value> <Message>Default</Message> </Entry> <Entry> <Name>Very Fast</Name> <Value>veryfast</Value> </Entry> <Entry> <Name>Ultra Fast</Name> <Value>ultrafast</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>