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.4.1
pts/mencoder-1.4.1
- 24 January 2013 -
Add Yasm assembler external dependency.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.1.tar.gz</URL> <MD5>4bf35ef2a802f23b9ad57ba7ef488587</MD5> <FileSize>17018391</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvzf MPlayer-1.1.tar.gz cd MPlayer-1.1/ ./configure make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd MPlayer-1.1/ ./mencoder \$TEST_VIDEO_SAMPLE/pts-trondheim.avi -o /dev/null -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 v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <TestInformation> <Title>Mencoder</Title> <AppVersion>1.1</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.4.1</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>