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.2.0
pts/kvazaar-1.2.0
- 04 January 2023 -
Update against Kvazaar 2.2 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ultravideo/kvazaar/releases/download/v2.2.0/kvazaar-2.2.0.tar.bz2</URL> <MD5>8f2f9f101a64c45fd6ba13dfb035bf77</MD5> <SHA256>16a52be2f479d54ff940f9a159a0088e40f4ce7ea23c5e7c969291959017852f</SHA256> <FileName>kvazaar-2.2.0.tar.bz2</FileName> <FileSize>862742</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.2.0/Kvazaar-2.2.0-win64-release.zip</URL> <MD5>f9bbdaa65ec50fb50f0a2e2772ccfa06</MD5> <SHA256>614a58ae1082c8055b2f6044319282285fa9bbb87f4cd578a9d6bbf48a6697bf</SHA256> <FileName>Kvazaar-2.2.0-win64-release.zip</FileName> <FileSize>364049</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf kvazaar-2.2.0.tar.bz2 cd kvazaar-2.2.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.2.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.2.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.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> FPS: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Kvazaar</Title> <AppVersion>2.2</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.2.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> <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>Super Fast</Name> <Value>superfast</Value> </Entry> <Entry> <Name>Ultra Fast</Name> <Value>ultrafast</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>