Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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-VP9 1.2.1
pts/svt-vp9-1.2.1
- 12 October 2019 -
Update download links as Intel broke the GitHub links...
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.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://www.phoronix-test-suite.com/benchmark-files/SVT-VP9-0.1.0.zip</URL> <MD5>e33d87e0bba5eb57ed64538b2601c6a2</MD5> <SHA256>c46bb55fd9aeb8bdb2fe138a684a4a3cada9c48cb9a1a4444527866de713b55d</SHA256> <FileName>SVT-VP9-0.1.0.zip</FileName> <FileSize>1153157</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/SvtVp9EncApp-0.1.exe</URL> <FileName>SvtVp9EncApp-0.1.exe</FileName> <FileSize>35840</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/SvtVp9Enc-0.1.dll</URL> <FileName>SvtVp9Enc-0.1.dll</FileName> <FileSize>820736</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z unzip -o SVT-VP9-0.1.0.zip cd SVT-VP9-0.1.0/Build/linux ./build.sh release echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh ./SVT-VP9-0.1.0/Bin/Release/SvtVp9EncApp \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > svt-vp9 chmod +x svt-vp9
install_windows.sh
#!/bin/sh 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z cp SvtVp9EncApp-0.1.exe SvtVp9EncApp.exe cp SvtVp9Enc-0.1.dll SvtVp9Enc.dll chmod +x SvtVp9EncApp.exe echo "#!/bin/sh ./SvtVp9EncApp.exe \$@ > \$LOG_FILE 2>&1" > svt-vp9 chmod +x svt-vp9
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Average Speed: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <TestInformation> <Title>SVT-VP9</Title> <AppVersion>0.1</AppVersion> <Description>This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-VP9 CPU-based multi-threaded video encoder for the VP9 video format with a sample 1080p YUV video file.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.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-VP9</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Tuning</DisplayName> <Identifier>tune</Identifier> <Menu> <Entry> <Name>Visual Quality Optimized</Name> <Value>-tune 0</Value> </Entry> <Entry> <Name>PSNR/SSIM Optimized</Name> <Value>-tune 1</Value> <Message>Default</Message> </Entry> <Entry> <Name>VMAF Optimized</Name> <Value>-tune 2</Value> </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> </Menu> </Option> </TestSettings> </PhoronixTestSuite>