Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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.1.1
pts/kvazaar-1.1.1
- 12 December 2021 -
Fix for filename collision on Windows.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ultravideo/kvazaar/releases/download/v2.1.0/kvazaar-2.1.0.tar.bz2</URL> <MD5>0a7744b3b24479cdd46ad46d03d036a1</MD5> <SHA256>f19e0d7073cb7922796fff815183528fa027195c61b59b71eb73c95e87c18934</SHA256> <FileName>kvazaar-2.1.0.tar.bz2</FileName> <FileSize>838972</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.1.0/Kvazaar-2.1.0-win64-release.zip</URL> <MD5>7ce763c868ea0d578ba4a968f0f7bef2</MD5> <SHA256>5064bb8da6f9091ec227c11e889d226e7f55a0795c9396824932b1b5f054ecff</SHA256> <FileName>Kvazaar-2.1.0-win64-release.zip</FileName> <FileSize>351103</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf kvazaar-2.1.0.tar.bz2 cd kvazaar-2.1.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.1.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.1.0-win64-release.zip chmod +x kvazaar.exe mv kvazaar.exe k.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 ./k.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.8.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> FPS: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Kvazaar</Title> <AppVersion>2.1</AppVersion> <Description>This is a test of Kvazaar as a CPU-based H.265/HEVC 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.1.1</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> <RepositoryURL>https://github.com/ultravideo/kvazaar</RepositoryURL> <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>