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.5.0
pts/svt-av1-2.5.0
- 22 April 2022 -
Update against SVT-AV1 1.0 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.2--> <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.0.0/SVT-AV1-v1.0.0.tar.bz2</URL> <MD5>049186d0b4eb39664f6b2735ea30e3e9</MD5> <SHA256>0a7893b041735e603d7fc4979d46088327e2716946b70764d3408193a1f1b55e</SHA256> <FileName>SVT-AV1-v1.0.0.tar.bz2</FileName> <FileSize>9250549</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/SVT-AV1-v1.0.0-win64.zip</URL> <MD5>525396fdcf5bd5b26a9eea7dc2045b3b</MD5> <SHA256>a91c91ccd1ca853e91e650b71aa762c8d9e98c70cbdd797b8043002da3f78ce6</SHA256> <FileName>SVT-AV1-v1.0.0-win64.zip</FileName> <FileSize>8594305</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/SVT-AV1-v1.0.0-macos.zip</URL> <MD5>4f5b7b2724009a1b138fcf40fc8d033d</MD5> <SHA256>e6ad97bf2f4d8c694c6449fe316934d6c1271e378a4873e9e121f9f6bf93e85a</SHA256> <FileName>SVT-AV1-v1.0.0-macos.zip</FileName> <FileSize>37070177</FileSize> <PlatformSpecific>MacOSX</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.0.0.tar.bz2 cd SVT-AV1-v1.0.0/Build/linux #export CFLAGS="-O3 -fcommon" #export CXXFLAGS="-O3 -fcommon" ./build.sh release echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh ./SVT-AV1-v1.0.0/Bin/Release/SvtAv1EncApp \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > svt-av1 chmod +x svt-av1
install_macosx.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.0.0-macos.zip chmod +x Bin/Release/SvtAv1EncApp echo "#!/bin/sh ./Bin/Release/SvtAv1EncApp \$@ > \$LOG_FILE 2>&1" > 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.0.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.2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Average Speed: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.2--> <PhoronixTestSuite> <TestInformation> <Title>SVT-AV1</Title> <AppVersion>1.0</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.5.0</Version> <SupportedPlatforms>Linux, Windows, MacOSX</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 12</Name> <Value>--preset 12</Value> <Message>Fastest</Message> </Entry> <Entry> <Name>Preset 10</Name> <Value>--preset 10</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>