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.1.0
pts/video-cpu-usage-1.1.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>ftp://video.blendertestbuilds.de/download/bigbuckbunny_movies/big_buck_bunny_1080p_h264.mov</URL> <MD5>c23ab2ff12023c684f46fcc02c57b585</MD5> <FileSize>725106140</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh sleep 10 \$TEST_MPLAYER_BASE/mplayer \$@ big_buck_bunny_1080p_h264.mov sleep 10" > video-cpu-usage chmod +x video-cpu-usage
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <SystemMonitor> <Sensor>cpu.usage</Sensor> <PollingFrequency>1</PollingFrequency> <Report>ALL</Report> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <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.1.0</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 9000 -fs</Arguments> <MinimumLength>60</MinimumLength> </Default> <Option> <DisplayName>Video Decoding</DisplayName> <Identifier>video-decoding</Identifier> <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 -va vdpau</Value> </Entry> <Entry> <Name>VA-API</Name> <Value>-vo vaapi -va vaapi</Value> </Entry> <Entry> <Name>OS X CoreVideo</Name> <Value>-vo corevideo</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>