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.6.0
pts/ffmpeg-2.6.0
- 08 August 2017 -
Update against upstream FFMpeg 3.3.3.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ffmpeg.org/releases/ffmpeg-3.3.3.tar.bz2</URL> <MD5>b3f4a71445171b2a2bb71fb6df5ced0f</MD5> <SHA256>1069ac8fc7f52e566bea28b41b9c437246aeb5096f82fb26fa96dc7d5a10a473</SHA256> <FileSize>9940959</FileSize> </Package> <Package> <URL>http://samples.ffmpeg.org/V-codecs/h264/HD2-h264.ts, http://samples.libav.org/V-codecs/h264/HD2-h264.ts</URL> <MD5>69dc5d10fdf92bdb7ea6097857508134</MD5> <FileSize>303528820</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf ffmpeg-3.3.3.tar.bz2 mkdir ffmpeg_/ cd ffmpeg-3.3.3/ ./configure --disable-zlib --disable-doc --prefix=$HOME/ffmpeg_/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd ~/ rm -rf ffmpeg-3.3.3/ 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 v7.4.0m1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>FFmpeg</Title> <AppVersion>3.3.3</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.6.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> <EnvironmentSize>372</EnvironmentSize> <ProjectURL>http://ffmpeg.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>