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.2.1
pts/svt-av1-2.2.1
- 24 April 2020 -
Build fix for GCC 10 default compiler flags.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <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>https://github.com/OpenVisualCloud/SVT-AV1/archive/v0.8.0.zip</URL> <MD5>0cdeb5a8d3604b6597c4620c6436f236</MD5> <SHA256>eaae3b00f9dbaba193055f6d6f3e07c79ed8e8847df391994f080d3ed3f26853</SHA256> <FileName>SVT-AV1-0.8.0.zip</FileName> <FileSize>3651761</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/OpenVisualCloud/SVT-AV1/releases/download/v0.8.0/SvtAv1Enc.dll</URL> <FileName>SvtAv1Enc-0.8.0.dll</FileName> <FileSize>4872192</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/OpenVisualCloud/SVT-AV1/releases/download/v0.8.0/SvtAv1EncApp.exe</URL> <FileName>SvtAv1EncApp-0.8.0.exe</FileName> <FileSize>67584</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z unzip -o SVT-AV1-0.8.0.zip cd SVT-AV1-0.8.0/Build/linux export CFLAGS="-O3 -fcommon" export CXXFLAGS="-O3 -fcommon" ./build.sh release echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh ./SVT-AV1-0.8.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 cp SvtAv1Enc-0.8.0.dll SvtAv1Enc.dll cp SvtAv1EncApp-0.8.0.exe SvtAv1EncApp.exe chmod +x SvtAv1EncApp.exe echo "#!/bin/sh ./SvtAv1EncApp.exe \$@ > \$LOG_FILE 2>&1" > svt-av1 chmod +x svt-av1
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Average Speed: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <TestInformation> <Title>SVT-AV1</Title> <AppVersion>0.8</AppVersion> <Description>This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-AV1 CPU-based multi-threaded video encoder for the AV1 video format with a sample 1080p YUV video file.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>1080p 8-bit YUV To AV1 Video Encode</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.2.1</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>1900</EnvironmentSize> <ProjectURL>http://github.com/OpenVisualCloud/SVT-AV1</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Encoder Mode</DisplayName> <Identifier>enc-mode</Identifier> <Menu> <Entry> <Name>Enc Mode 8</Name> <Value>-enc-mode 8 -n 320</Value> <Message>Fastest - Default</Message> </Entry> <Entry> <Name>Enc Mode 4</Name> <Value>-enc-mode 4 -n 80</Value> <Message>Mid-Speed</Message> </Entry> <Entry> <Name>Enc Mode 0</Name> <Value>-enc-mode 0 -n 20</Value> <Message>Slowest</Message> </Entry> </Menu> </Option> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <Menu> <Entry> <Name>1080p</Name> <Value>-i Bosphorus_1920x1080_120fps_420_8bit_YUV.yuv -w 1920 -h 1080</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>