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.1.1
pts/svt-av1-2.1.1
- 27 September 2019 -
Fix GitHub breaking Windows download links.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.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.7.0.zip</URL> <MD5>1853f04f60f541470ccae27b490eb326</MD5> <SHA256>c01809d0a304c00964ed2ef107e18e515bba1a0ed0378c871a791a1aa99e2715</SHA256> <FileName>SVT-AV1-0.7.0.zip</FileName> <FileSize>3341165</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/OpenVisualCloud/SVT-AV1/releases/download/v0.7.0/SvtAv1Enc.dll</URL> <FileName>SvtAv1Enc-0.7.0.dll</FileName> <FileSize>4505088</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/OpenVisualCloud/SVT-AV1/releases/download/v0.7.0/SvtAv1EncApp.exe</URL> <FileName>SvtAv1EncApp-0.7.0.exe</FileName> <FileSize>63488</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.7.0.zip cd SVT-AV1-0.7.0/Build/linux ./build.sh release echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh ./SVT-AV1-0.7.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.7.0.dll SvtAv1Enc.dll cp SvtAv1EncApp-0.7.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.0.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Average Speed: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.0--> <PhoronixTestSuite> <TestInformation> <Title>SVT-AV1</Title> <AppVersion>0.7</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.1.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>