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.3.1
pts/svt-av1-1.3.1
- 31 May 2019 -
Add Windows support using official release Windows binaries.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.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-0.5.0.zip</URL> <MD5>6badc17ae0c22760ffea6382d48ca6d6</MD5> <SHA256>17d0fac6d7daffa714cab52080cb3149a5e8b093e105b84dde464e17195f447b</SHA256> <FileName>SVT-AV1-0.5.0.zip</FileName> <FileSize>2562303</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/SVT-AV1-0.5-Windows.zip</URL> <MD5>411064487d41c2e59e774e9f8665b2b5</MD5> <SHA256>8215f2ee31f4ce83e9fb0593b26feb7246c27bead2b117ce4a5726099a4f22ab</SHA256> <FileName>SVT-AV1-0.5-Windows.zip</FileName> <FileSize>1354790</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.5.0.zip cd SVT-AV1-0.5.0/Build/linux ./build.sh release echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh ./SVT-AV1-0.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 unzip -o SVT-AV1-0.5-Windows.zip 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 v8.8.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Average Speed: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.1--> <PhoronixTestSuite> <TestInformation> <Title>SVT-AV1</Title> <AppVersion>0.5</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.3.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> <Default> <Arguments>-i Bosphorus_1920x1080_120fps_420_8bit_YUV.yuv -w 1920 -h 1080 -n 200</Arguments> </Default> </TestSettings> </PhoronixTestSuite>