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
uvg266 1.1.0
pts/uvg266-1.1.0
- 27 April 2024 -
Update against uvg266 v0.8 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ultravideo/uvg266/archive/refs/tags/v0.8.0.tar.gz</URL> <MD5>a516936531e365df725c84b3334f9934</MD5> <SHA256>27e4306577fe646951bd3c12685c1527b41385bfcb95262233669fc7f44f21bd</SHA256> <FileName>uvg266-0.8.0.tar.gz</FileName> <FileSize>967123</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> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf uvg266-0.8.0.tar.gz cd uvg266-0.8.0/build/ cmake -DCMAKE_BUILD_TYPE=Release .. 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 ./uvg266-0.8.0/build/uvg266 --threads \$NUM_CPU_CORES \$@ -o /dev/null > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > uvg266 chmod +x uvg266
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> FPS: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>uvg266</Title> <AppVersion>0.8.0</AppVersion> <Description>uvg266 is an open-source VVC/H.266 (Versatile Video Coding) encoder based on Kvazaar as part of the Ultra Video Group, Tampere University, Finland.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, p7zip, libtool, yasm, cmake</ExternalDependencies> <EnvironmentSize>3400</EnvironmentSize> <ProjectURL>https://github.com/ultravideo/uvg266/</ProjectURL> <RepositoryURL>https://github.com/ultravideo/uvg266</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>