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
1080p H.264 Video Playback 1.2.1
pts/video-cpu-usage-1.2.1
- 08 June 2014 -
Update VDPAU support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.2.0 (Khanino)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_1080p_h264.mov, http://blender-mirror.kino3d.org/peach/bigbuckbunny_movies/big_buck_bunny_1080p_h264.mov</URL> <MD5>c23ab2ff12023c684f46fcc02c57b585</MD5> <SHA256>dc2146a2b1172def56730143ad80cd1825b7fad15f1fc9c23a4e7d01a741ac11</SHA256> <FileSize>725106140</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh sleep 5 \$TEST_MPLAYER_BASE/mplayer \$@ big_buck_bunny_1080p_h264.mov echo \$? > ~/test-exit-status sleep 5" > video-cpu-usage chmod +x video-cpu-usage
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.2.0 (Khanino)--> <PhoronixTestSuite> <SystemMonitor> <Sensor>cpu.usage</Sensor> <PollingFrequency>1</PollingFrequency> <Report>ALL</Report> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.2.0 (Khanino)--> <PhoronixTestSuite> <TestInformation> <Title>1080p H.264 Video Playback</Title> <Description>This is a test profile that will record the CPU usage while a 1080p H.264 video sample of Big Buck Bunny is played back for several minutes using MPlayer.</Description> <ResultScale>Percent</ResultScale> <DisplayFormat>LINE_GRAPH</DisplayFormat> <SubTitle>CPU Usage</SubTitle> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <Extends>pts/mplayer-base</Extends> <EnvironmentSize>692</EnvironmentSize> <Maintainer>Michael Larabel</Maintainer> <AutoSaveResults>TRUE</AutoSaveResults> </TestProfile> <TestSettings> <Default> <Arguments>-frames 6000 -fs</Arguments> <MinimumLength>60</MinimumLength> </Default> <Option> <DisplayName>Video Decoding</DisplayName> <Identifier>video-decoding</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>GL2</Name> <Value>-vo gl2</Value> </Entry> <Entry> <Name>X-Video</Name> <Value>-vo xv</Value> </Entry> <Entry> <Name>XvMC</Name> <Value>-vo xvmc</Value> </Entry> <Entry> <Name>VDPAU</Name> <Value>-vo vdpau -vc ffmpeg12vdpau,ffvmw3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau -vf-clr yes</Value> </Entry> <Entry> <Name>OS X CoreVideo</Name> <Value>-vo corevideo</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>