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.4.0
pts/ffmpeg-2.4.0
- 20 April 2015 -
Update download links and update against upstream FFmpeg 2.6.2.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.8.0m1 (Belev)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ffmpeg.org/releases/ffmpeg-2.6.2.tar.bz2</URL> <MD5>e75d598921285d6775f20164a91936ac</MD5> <SHA256>889e3aa069b724dc95cbfc79ef83322a8a39d9f6225f39fad1b47294fc1f29ba</SHA256> <FileSize>7803179</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-2.6.2.tar.bz2 mkdir ffmpeg_/ cd ffmpeg-2.6.2/ ./configure --disable-zlib --prefix=$HOME/ffmpeg_/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd ~/ rm -rf ffmpeg-2.6.2/ 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.8.0m1 (Belev)--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.8.0m1 (Belev)--> <PhoronixTestSuite> <TestInformation> <Title>FFmpeg</Title> <AppVersion>2.6.2</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.4.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>