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 1.2.0
pts/svt-av1-1.2.0
- 07 March 2019 -
Update against latest SVT-AV1 Git for more performance work.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.1--> <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://phoronix-test-suite.com/benchmark-files/SVT-AV1-20190307.zip</URL> <MD5>761e358906d9b97cce305350814467dc</MD5> <SHA256>73c6aecea29046a502fad0818667e395807e9ab496ddbbe1c7d388486c0ac125</SHA256> <FileName>SVT-AV1-20190307.zip</FileName> <FileSize>2433527</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z unzip -o SVT-AV1-20190307.zip cd SVT-AV1-master/Build/linux ./build.sh release echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh ./SVT-AV1-master/Bin/Release/SvtAv1EncApp -i Bosphorus_1920x1080_120fps_420_8bit_YUV.yuv -w 1920 -h 1080 -n 200 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > svt-av1 chmod +x svt-av1
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Average Speed: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.1--> <PhoronixTestSuite> <TestInformation> <Title>SVT-AV1</Title> <AppVersion>2019-03-07</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>1.2.0</Version> <SupportedPlatforms>Linux</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> </PhoronixTestSuite>