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
x265 1.0.0
pts/x265-1.0.0
- 28 July 2018 -
Finally got around to uploading this x265 video encode test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://bitbucket.org/multicoreware/x265/downloads/x265_2.8.tar.gz, http://ftp.videolan.org/pub/videolan/x265/x265_2.8.tar.gz</URL> <MD5>b68dcd4e8a495e53e53034a11fec5eb9</MD5> <SHA256>6e59f9afc0c2b87a46f98e33b5159d56ffb3558a49d8e3d79cb7fdc6b7aaa863</SHA256> <FileName>x265_2.8.tar.gz</FileName> <FileSize>1379551</FileSize> </Package> <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 tar -xf x265_2.8.tar.gz cd x265_2.8/build cmake ../source make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z echo "#!/bin/sh ./x265_2.8/build/x265 Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m /dev/null > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > x265 chmod +x x265
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>encoded 600 frames in 55.40s #_RESULT_# fps), 1098.05 kb/s, Avg QP:34.03</OutputTemplate> <StripFromResult>(</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m1--> <PhoronixTestSuite> <TestInformation> <Title>x265</Title> <AppVersion>2.8</AppVersion> <Description>This is a simple test of the x265 encoder run on the CPU with a sample video file.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>H.265 Video Encoding</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, p7zip, cmake, yasm</ExternalDependencies> <EnvironmentSize>2600</EnvironmentSize> <ProjectURL>http://x265.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>