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
rav1e 1.3.0
pts/rav1e-1.3.0
- 07 February 2020 -
Update against rav1e 0.3 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m2--> <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/v0.3.0.tar.gz</URL> <MD5>eb58bc85dc37adf2c4539f4f901a7f5d</MD5> <SHA256>6f51888eb0d3710f4f8c519a2a8b859a88019e0c335efc6abf7f940abc8dc57b</SHA256> <FileName>rav1e-v0.3.0.tar.gz</FileName> <FileSize>759149</FileSize> </Package> <Package> <URL>https://github.com/xiph/rav1e/releases/download/v0.3.0/rav1e.exe</URL> <MD5>9e231250d24c7ab359abe98f8da72331</MD5> <SHA256>9910264dbdb7c6325d51188e300ef377151d66b5b1406bb1347857bb76907ccb</SHA256> <FileName>rav1e-03.exe</FileName> <FileSize>3104768</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z tar -xf rav1e-v0.3.0.tar.gz cd rav1e-0.3.0 cargo build --bin rav1e --release -j $NUM_CPU_PHYSICAL_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd rav1e-0.3.0 ./target/release/rav1e ../Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m --threads \$NUM_CPU_CORES --tiles 4 --output /dev/null \$@ > log.out 2>&1 echo \$? > ~/test-exit-status 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 echo "#!/bin/sh ./rav1e-03.exe Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m --threads \$NUM_CPU_CORES --tiles 4 --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 v9.4.0m2--> <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 v9.4.0m2--> <PhoronixTestSuite> <TestInformation> <Title>rav1e</Title> <AppVersion>0.3.0</AppVersion> <Description>Xiph rav1e is a Rust-written AV1 video encoder.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>1080p To AV1 Video Encode</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.0</Version> <SupportedPlatforms>Linux, Windows</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://github.com/xiph/rav1e</ProjectURL> <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 90</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>