Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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 1.1.0
git/aom-av1-1.1.0
- 08 March 2019 -
Git version of AOM-AV1.
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_Y4M.7z</URL> <MD5>84ae521c95aa2537e16b34bbf72f2def</MD5> <SHA256>e2f60b904789a60f6d1edc194d8540d401dd882e3ee3605b9b1de8feacc72133</SHA256> <FileName>Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</FileName> <FileSize>676792531</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh rm -rf aom-master git clone https://aomedia.googlesource.com/aom aom-master mkdir aom-master/build cd aom-master/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-master/build/aomenc -v --rt --threads=\$NUM_CPU_CORES --tile-columns=2 --limit=20 -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" > aom-av1 chmod +x aom-av1
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.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 v8.6.1--> <PhoronixTestSuite> <TestInformation> <Title>AOM AV1</Title> <AppVersion>Git</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>1.1.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, p7zip, cmake, perl, yasm, git</ExternalDependencies> <EnvironmentSize>369</EnvironmentSize> <ProjectURL>https://aomedia.googlesource.com/aom/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>