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
FFmpeg 2.3.0
pts/ffmpeg-2.3.0
- 10 January 2014 -
Update against upstream FFmpeg 2.2.1 release.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m0 (Plavsk)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ffmpeg.org/releases/ffmpeg-2.1.1.tar.bz2</URL> <MD5>2719ab2b3311ac3775b9cdeb66c54849</MD5> <SHA256>bef95e5b9aac45adec7ef434537504a63b4bbc22a8ce6a96a68e19c5efbadae2</SHA256> <FileSize>6641619</FileSize> </Package> <Package> <URL>http://samples.mplayerhq.hu.nyud.net/V-codecs/h264/HD2-h264.ts</URL> <MD5>69dc5d10fdf92bdb7ea6097857508134</MD5> <FileSize>303528820</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf ffmpeg-2.1.1.tar.bz2 mkdir ffmpeg_/ cd ffmpeg-2.1.1/ ./configure --disable-zlib --prefix=$HOME/ffmpeg_/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd ~/ rm -rf ffmpeg-2.1.1/ rm -rf ffmpeg_/lib/ echo "#!/bin/sh ./ffmpeg_/bin/ffmpeg -i HD2-h264.ts -f rawvideo -threads \$NUM_CPU_CORES -y -target ntsc-dv /dev/null 2>&1 echo \$? > ~/test-exit-status" > ffmpeg chmod +x ffmpeg
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m0 (Plavsk)--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m0 (Plavsk)--> <PhoronixTestSuite> <TestInformation> <Title>FFmpeg</Title> <AppVersion>2.1.1</AppVersion> <Description>This test uses FFmpeg for testing the system's audio/video encoding performance.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>H.264 HD To NTSC DV</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.3.0</Version> <SupportedPlatforms>Linux, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, yasm</ExternalDependencies> <EnvironmentSize>353</EnvironmentSize> <ProjectURL>http://ffmpeg.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>