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
VVenC 1.11.0
pts/vvenc-1.11.0
- 21 February 2024 -
Update against VVenC 1.11 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/v1.11.0.tar.gz</URL> <MD5>6f042c67cdab94bb1795905d66085cd9</MD5> <SHA256>b586bbfd8c2e539b1308cb1af13b7e595d6464973339dcef9414c503e663a09f</SHA256> <FileName>vvenc-1.11.0.tar.gz</FileName> <FileSize>2048433</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 vvenc-1.11.0.tar.gz cd vvenc-1.11.0 mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. cmake --build . -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 ./vvenc-1.11.0/bin/release-static/vvencapp --threads \$NUM_CPU_CORES \$@ -o /dev/null > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > vvenc chmod +x vvenc
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>vvencapp [info]: Total Time: 150.910 sec. Fps(avg): #_RESULT_# encoded Frames 600</OutputTemplate> <LineHint>Total Time</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>VVenC</Title> <AppVersion>1.11</AppVersion> <Description>VVenC is the Fraunhofer Versatile Video Encoder as a fast/efficient H.266/VVC encoder. The vvenc encoder makes use of SIMD Everywhere (SIMDe). The vvenc software is published under the Clear BSD License.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.11.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, p7zip, cmake</ExternalDependencies> <EnvironmentSize>9400</EnvironmentSize> <ProjectURL>https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html</ProjectURL> <RepositoryURL>https://github.com/fraunhoferhhi/vvenc</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>Fast</Name> <Value>fast --tiles 2x2 --additional WaveFrontSynchro=1</Value> </Entry> <Entry> <Name>Faster</Name> <Value>faster --ifp 1 --tiles 2x1 --additional WaveFrontSynchro=1</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>