Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
Stockfish
SVT-AV1
PostgreSQL
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
CP2K Molecular Dynamics
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
SVT-AV1 2.15.0
pts/svt-av1-2.15.0
- 31 October 2024 -
Update against SVT-AV1 2.3 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ultravideo.cs.tut.fi/video/Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z</URL> <MD5>db7c7ff09acd5d7820cc4d1eb0939cf9</MD5> <SHA256>e73a54088e88e6465f578625d185933e85c3209ab7105deb755a8b8918b78cab</SHA256> <FileName>Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z</FileName> <FileSize>680772328</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.fi/video/Beauty_3840x2160_120fps_420_10bit_YUV_RAW.7z</URL> <MD5>aaa6e843994711900046c9e29b72646d</MD5> <SHA256>7e179e05c5899f3bc0df928266d7285161fe25017150bd4e4e64f3907485e23b</SHA256> <FileName>Beauty_3840x2160_120fps_420_10bit_YUV_RAW.7z</FileName> <FileSize>4276411197</FileSize> </Package> <Package> <URL>http://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v2.3.0/SVT-AV1-v2.3.0.tar.bz2</URL> <MD5>a86cac2227942f6d8e17ca1fdcac1627</MD5> <SHA256>f65358499f572a47d6b076dda73681a8162b02c0b619a551bc2d62ead8ee719a</SHA256> <FileName>SVT-AV1-v2.3.0.tar.bz2</FileName> <FileSize>10168419</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/SVT-AV1-v2.3.0-win64.zip</URL> <MD5>5c1358dcc8180ff41c90c5573e82f66c</MD5> <SHA256>762937c6e9d26ebe6ecf69a0c2f5acf6d047f2a335b43b29cd435b27e96db104</SHA256> <FileName>SVT-AV1-v2.3.0-win64.zip</FileName> <FileSize>10757136</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z -aoa 7z x Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z -aoa 7z x Beauty_3840x2160_120fps_420_10bit_YUV_RAW.7z -aoa tar -xf SVT-AV1-v2.3.0.tar.bz2 cd SVT-AV1-v2.3.0/Build/linux EXTRA_FLAGS="--enable-lto " if [ $OS_TYPE = "Linux" ] then if grep avx512 /proc/cpuinfo > /dev/null then EXTRA_FLAGS="$EXTRA_FLAGS --enable-avx512" fi fi ./build.sh release $EXTRA_FLAGS echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh ./SVT-AV1-v2.3.0/Bin/Release/SvtAv1EncApp \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > svt-av1 chmod +x svt-av1
install_windows.sh
#!/bin/sh 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z -aoa rm -f Bosphorus_Copyright.txt 7z x Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z -aoa rm -f Bosphorus_Copyright.txt 7z x Beauty_3840x2160_120fps_420_10bit_YUV_RAW.7z -aoa rm -f Beauty_Copyright.txt unzip -o SVT-AV1-v2.3.0-win64.zip chmod +x Bin/Release/SvtAv1EncApp.exe echo "#!/bin/sh ./Bin/Release/SvtAv1EncApp.exe \$@ > \$LOG_FILE 2>&1" > svt-av1 chmod +x svt-av1
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Average Speed: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>SVT-AV1</Title> <AppVersion>2.3</AppVersion> <Description>This is a benchmark of the SVT-AV1 open-source video encoder/decoder. SVT-AV1 was originally developed by Intel as part of their Open Visual Cloud / Scalable Video Technology (SVT). Development of SVT-AV1 has since moved to the Alliance for Open Media as part of upstream AV1 development. SVT-AV1 is a CPU-based multi-threaded video encoder for the AV1 video format with a sample YUV video file.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.15.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, p7zip, yasm, cmake</ExternalDependencies> <EnvironmentSize>6900</EnvironmentSize> <ProjectURL>https://gitlab.com/AOMediaCodec/SVT-AV1/</ProjectURL> <RepositoryURL>https://gitlab.com/AOMediaCodec/SVT-AV1</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Encoder Mode</DisplayName> <Identifier>enc-mode</Identifier> <Menu> <Entry> <Name>Preset 13</Name> <Value>--preset 13</Value> <Message>Fastest</Message> </Entry> <Entry> <Name>Preset 8</Name> <Value>--preset 8</Value> </Entry> <Entry> <Name>Preset 5</Name> <Value>--preset 5</Value> <Message>Mid-Speed</Message> </Entry> <Entry> <Name>Preset 3</Name> <Value>--preset 3</Value> <Message>Slow</Message> </Entry> </Menu> </Option> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <Menu> <Entry> <Name>Bosphorus 1080p</Name> <Value>-i Bosphorus_1920x1080_120fps_420_8bit_YUV.yuv -w 1920 -h 1080 --frames 3600</Value> </Entry> <Entry> <Name>Bosphorus 4K</Name> <Value>-i Bosphorus_3840x2160.y4m -w 3840 -h 2160 --frames 2400</Value> </Entry> <Entry> <Name>Beauty 4K 10-bit</Name> <Value>-i Beauty_3840x2160_120fps_420_10bit_YUV.yuv -w 3840 -h 2160</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>