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
AOM AV1 2.0.1
pts/aom-av1-2.0.1
- 10 January 2020 -
Add Windows support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ultravideo.cs.tut.fi/video/Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</URL> <MD5>84ae521c95aa2537e16b34bbf72f2def</MD5> <SHA256>e2f60b904789a60f6d1edc194d8540d401dd882e3ee3605b9b1de8feacc72133</SHA256> <FileName>Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</FileName> <FileSize>676792531</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/aom-20200110.tar.xz</URL> <MD5>5df82a423e865a3da0ec15f8b95e87cd</MD5> <SHA256>502e432e8d17eb46a1159e21c0d84eb02bea89219594df9ea852fd012b9f1a4b</SHA256> <FileName>aom-20200110.tar.xz</FileName> <FileSize>2364676</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/aomenc-windows-20200110.zip</URL> <MD5>5127f6a7d665a247cc0e998f9475bd43</MD5> <SHA256>45ef0f54255d93c6c6ff3943adc985eb400709ce310563ed72d10546e6fde646</SHA256> <FileName>aomenc-windows-20200110.zip</FileName> <FileSize>3518377</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf aom-20200110.tar.xz cd aom/build cmake .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z echo "#!/bin/sh ./aom/build/aomenc --threads=\$NUM_CPU_CORES \$@ -o test.av1 Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m > 1.log 2>&1 echo \$? > ~/test-exit-status sed \$'s/[^[:print:]\t]/\\n/g' 1.log > \$LOG_FILE rm -f test.av1" > aom-av1 chmod +x aom-av1
install_windows.sh
#!/bin/sh unzip -o aomenc-windows-20200110.zip 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z chmod +x aomenc-20200110.exe echo "#!/bin/sh ./aomenc-20200110.exe --threads=\$NUM_CPU_CORES \$@ -o test.av1 Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m > 1.log 2>&1 echo \$? > ~/test-exit-status sed \$'s/[^[:print:]\t]/\\n/g' 1.log > \$LOG_FILE rm -f test.av1" > aom-av1 chmod +x aom-av1
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Pass 1/2 frame 3/4 768B 2048b/f 61440b/s 165907 us #_RESULT_# fps)</OutputTemplate> <LineHint>fps</LineHint> <TurnCharsToSpace>(</TurnCharsToSpace> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <TestInformation> <Title>AOM AV1</Title> <AppVersion>2020-01-10</AppVersion> <Description>This is a simple test of the AOMedia AV1 encoder run on the CPU with a sample video file.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>AV1 Video Encoding</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.0.1</Version> <SupportedPlatforms>Linux, MacOSX, BSD, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, p7zip, cmake, perl, yasm</ExternalDependencies> <EnvironmentSize>950</EnvironmentSize> <ProjectURL>https://aomedia.googlesource.com/aom/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Encoder Mode</DisplayName> <Identifier>enc-mode</Identifier> <Menu> <Entry> <Name>Speed 8 Realtime</Name> <Value>--cpu-used=8 --rt</Value> </Entry> <Entry> <Name>Speed 6 Realtime</Name> <Value>--cpu-used=6 --rt</Value> </Entry> <Entry> <Name>Speed 4 Realtime</Name> <Value>--cpu-used=4 --rt --limit=60</Value> </Entry> <Entry> <Name>Speed 5 Two-Pass</Name> <Value>--cpu-used=5 --limit=40</Value> </Entry> <Entry> <Name>Speed 2 Two-Pass</Name> <Value>--cpu-used=2 --limit=20</Value> </Entry> <Entry> <Name>Speed 0 Two-Pass</Name> <Value>--cpu-used=0 --limit=10</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>