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
Mencoder 1.5.0
pts/mencoder-1.5.0
- 07 February 2018 -
Update against MPlayer 1.3.0 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.8.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.3.0.tar.gz</URL> <MD5>8786e3c61f7ab64d27c2fb965d68d883</MD5> <SHA256>2dc5a47b91734282050c6dc37c4212ec1f05b0ca7a13fc241287ebe80f667eb8</SHA256> <FileSize>20255293</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvzf MPlayer-1.3.0.tar.gz cd MPlayer-1.3.0/ ./configure make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd MPlayer-1.3.0/ ./mencoder \$TEST_VIDEO_SAMPLE/pts-trondheim.avi -o output-test -ovc lavc -oac copy -lavcopts vcodec=mpeg4:mbd=2:trell=1:v4mv=1:vstrict=1 echo \$? > ~/test-exit-status" > mencoder chmod +x mencoder
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.8.0m3--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.8.0m3--> <PhoronixTestSuite> <TestInformation> <Title>Mencoder</Title> <AppVersion>1.3.0</AppVersion> <Description>This test uses mplayer's mencoder utility and the libavcodec family for testing the system's audio/video encoding performance.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>AVI To LAVC</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.0</Version> <SupportedPlatforms>Linux, BSD, Solaris, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, yasm</ExternalDependencies> <Extends>pts/video-sample</Extends> <EnvironmentSize>143</EnvironmentSize> <ProjectURL>http://www.mplayerhq.hu/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>