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
rav1e 1.6.0
pts/rav1e-1.6.0
- 31 October 2021 -
Update against rav1e 0.5 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.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> <Package> <URL>https://github.com/xiph/rav1e/archive/refs/tags/v0.5.0.tar.gz</URL> <MD5>aeb2bdcab3285dc18ef23c1a79bd0dc4</MD5> <SHA256>ee56c49dbb50a0810257445e434edb99da01c968da0635403f31bd9677886871</SHA256> <FileName>rav1e-0.5.0.tar.gz</FileName> <FileSize>2697707</FileSize> </Package> <Package> <URL>https://github.com/xiph/rav1e/releases/download/v0.5.0/rav1e.exe</URL> <MD5>fba7d5ef6e6f52e77295c1de139cd23e</MD5> <SHA256>31f370cfb21d74c7b2512839ab46184b171f3c921691b70796027bffcc7aa483</SHA256> <FileName>rav1e-05.exe</FileName> <FileSize>3829760</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/xiph/rav1e/releases/download/v0.5.0/rav1e-0.5.0-macos.zip</URL> <MD5>1d772be9dec5aab409511af1e12396c1</MD5> <SHA256>96cb74dcb22bba23744de4af6c0ef6b08570ece872357bc06b5e430eacb6e24d</SHA256> <FileName>rav1e-0.5.0-macos.zip</FileName> <FileSize>1344103</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z -aoa tar -xf rav1e-0.5.0.tar.gz cd rav1e-0.5.0/ cargo build --bin rav1e --release -j $NUM_CPU_PHYSICAL_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd rav1e-0.5.0/ ./target/release/rav1e ../Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m --threads \$NUM_CPU_CORES --tiles 8 --output /dev/null \$@ > log.out 2>&1 echo \$? > ~/test-exit-status tr -s '\r' '\n' < log.out > \$LOG_FILE" > rav1e chmod +x rav1e
install_macosx.sh
#!/bin/sh 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z -aoa unzip -o rav1e-0.5.0-macos.zip mv rav1e rav1e-mac chmod +x rav1e-mac echo "#!/bin/sh ./rav1e-mac Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m --threads \$NUM_CPU_CORES --tiles 8 --output NULL.ivf \$@ > log.out 2>&1 rm -f output tr -s '\r' '\n' < log.out > \$LOG_FILE" > rav1e chmod +x rav1e
install_windows.sh
#!/bin/sh 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z -aoa echo "#!/bin/sh ./rav1e-05.exe Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m --threads \$NUM_CPU_CORES --tiles 8 --output NULL.ivf \$@ > log.out 2>&1 rm -f output tr -s '\r' '\n' < log.out > \$LOG_FILE" > rav1e chmod +x rav1e
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>encoded 53/60 frames, #_RESULT_# fps, 2422.07 Kb/s, est. size: 0.58 MB, est. time: 5s </OutputTemplate> <LineHint>encoded </LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.1--> <PhoronixTestSuite> <TestInformation> <Title>rav1e</Title> <AppVersion>0.5</AppVersion> <Description>Xiph rav1e is a Rust-written AV1 video encoder that claims to be the fastest and safest AV1 encoder.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.6.0</Version> <SupportedPlatforms>Linux, Windows, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>rust, yasm, perl, cmake, p7zip</ExternalDependencies> <EnvironmentSize>3000</EnvironmentSize> <ProjectURL>https://docs.rs/rav1e/0.5.0/rav1e/</ProjectURL> <RepositoryURL>https://github.com/xiph/rav1e</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Speed</DisplayName> <Identifier>s</Identifier> <Menu> <Entry> <Name>10</Name> <Value>-s 10 -l 100</Value> <Message>Fastest</Message> </Entry> <Entry> <Name>6</Name> <Value>-s 6 -l 60</Value> <Message>Default</Message> </Entry> <Entry> <Name>5</Name> <Value>-s 5 -l 60</Value> <Message>Mid-Speed</Message> </Entry> <Entry> <Name>1</Name> <Value>-s 1 -l 20</Value> <Message>Slowest / Best Quality</Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>