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
MPV 1.0.0
system/mpv-1.0.0
- 23 September 2020 -
Initial commit of MPV playback test.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://mirrors.dotsrc.org/blender/blender-demo/movies/BBB/bbb_sunflower_1080p_30fps_normal.mp4, https://mirror.clarkson.edu/blender/demo/movies/BBB/bbb_sunflower_1080p_30fps_normal.mp4</URL> <MD5>babbe51b47146187a66632daa791484b</MD5> <SHA256>ae51005850b0ff757fe60c3dd7a12d754d3cd2397d87d939b55235e457f97658</SHA256> <FileName>bbb_sunflower_1080p_30fps_normal.mp4</FileName> <FileSize>276134947</FileSize> </Package> <Package> <URL>https://mirror.clarkson.edu/blender/demo/movies/BBB/bbb_sunflower_2160p_30fps_normal.mp4, https://mirrors.dotsrc.org/blender/blender-demo/movies/BBB/bbb_sunflower_2160p_30fps_normal.mp4</URL> <MD5>fca22c88d7cf72c02df69a6157d2185b</MD5> <SHA256>37f0ff251a606c2dcfa26c19fe6bf843234b4e7a8889cfab50bc26f644e55520</SHA256> <FileName>bbb_sunflower_2160p_30fps_normal.mp4</FileName> <FileSize>633016449</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which mpv>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: MPV is not found on the system! This test profile needs a working mpv player in the PATH." echo 2 > ~/install-exit-status exit fi echo "#!/bin/sh mpv -V | head -n 1 | cut -d \" \" -f1,2 > ~/pts-footnote mpv --no-audio --untimed --opengl-swapinterval=0 --video-sync=display-desync -v --osd-msg1=\"FPS: \\\${estimated-display-fps}\" --term-status-msg=\"FPS: \\\${estimated-display-fps}\" --term-osd-bar --length=30 --log-file=\$LOG_FILE \$@ echo \$? > ~/test-exit-status " > mpv-run chmod +x mpv-run
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>[ 30.156][s][statusline] FPS: #_RESULT_#</OutputTemplate> <LineHint>FPS: </LineHint> <MultiMatch>AVERAGE</MultiMatch> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>MPV</Title> <Description>MPV is an open-source, cross-platform media player. This test profile tests the frame-rate that can be achieved unsynchronized in a desynchronized mode.</Description> <ResultScale>FPS</ResultScale> <Proportion>HIB</Proportion> <Executable>mpv-run</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Application</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>1200</EnvironmentSize> <ProjectURL>https://mpv.io/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>mpv</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Video Input</DisplayName> <Identifier>video</Identifier> <Menu> <Entry> <Name>Big Buck Bunny Sunflower 1080p</Name> <Value> bbb_sunflower_1080p_30fps_normal.mp4</Value> </Entry> <Entry> <Name>Big Buck Bunny Sunflower 4K</Name> <Value> bbb_sunflower_2160p_30fps_normal.mp4</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Decode</DisplayName> <Identifier>decode</Identifier> <Menu> <Entry> <Name>Software Only</Name> <Value>--hwdec=no </Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>