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
SVT-AV1 2.8.0
pts/svt-av1-2.8.0
- 28 April 2023 -
Update against SVT-AV1 1.5 uptream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <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>https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.5.0/SVT-AV1-v1.5.0.tar.bz2</URL> <MD5>5522484ac4225a6abe740f114626a0c0</MD5> <SHA256>a649b071906fb840df19fb0e2ec97c04fde82c8ed64dfb8662f625cb8bc6245e</SHA256> <FileName>SVT-AV1-v1.5.0.tar.bz2</FileName> <FileSize>9490521</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/SVT-AV1-v1.5.0-win64.zip</URL> <MD5>e5c8eb16c2e7d1d3a7f6156f36e41bda</MD5> <SHA256>0d68bf4603dcfd9a019cd4b995e8551b62453142e839f85a46c92fbc189a2cb1</SHA256> <FileName>SVT-AV1-v1.5.0-win64.zip</FileName> <FileSize>11789379</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 tar -xf SVT-AV1-v1.5.0.tar.bz2 cd SVT-AV1-v1.5.0/Build/linux ./build.sh release echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh ./SVT-AV1-v1.5.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 unzip -o SVT-AV1-v1.5.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.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Average Speed: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>SVT-AV1</Title> <AppVersion>1.5</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.8.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>2900</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 12</Name> <Value>--preset 12</Value> </Entry> <Entry> <Name>Preset 8</Name> <Value>--preset 8</Value> </Entry> <Entry> <Name>Preset 4</Name> <Value>--preset 4 -n 160</Value> <Message>Mid-Speed</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</Value> </Entry> <Entry> <Name>Bosphorus 4K</Name> <Value>-i Bosphorus_3840x2160.y4m -w 3840 -h 2160</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>