Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
Mobile Neural Network
ACES DGEMM
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 1.8.0
pts/ffmpeg-1.8.0
- 29 January 2012 -
Update against upstream FFmpeg 0.10 release.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.8.0m1 (Bygland)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ffmpeg.org/releases/ffmpeg-0.10.tar.bz2</URL> <MD5>dc665cc599a739e3c5262ccdac13d129</MD5> <FileName>ffmpeg-0.10.tar.bz2</FileName> <FileSize>5778962</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf ffmpeg-0.10.tar.bz2 mkdir ffmpeg_/ cd ffmpeg-0.10/ ./configure --disable-zlib --prefix=$HOME/ffmpeg_/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd .. rm -rf ffmpeg-0.10/ rm -rf ffmpeg_/lib/ echo "#!/bin/sh ./ffmpeg_/bin/ffmpeg -i \$TEST_EXTENDS/pts-trondheim.avi -threads \$NUM_CPU_CORES -y -target ntsc-vcd /dev/null 2>&1 echo \$? > ~/test-exit-status" > ffmpeg chmod +x ffmpeg
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.8.0m1 (Bygland)--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.8.0m1 (Bygland)--> <PhoronixTestSuite> <TestInformation> <Title>FFmpeg</Title> <AppVersion>0.10</AppVersion> <Description>This test uses FFmpeg for testing the system's audio/video encoding performance.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>AVI To NTSC VCD</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.8.0</Version> <SupportedPlatforms>Linux, 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>130</EnvironmentSize> <ProjectURL>http://ffmpeg.mplayerhq.hu/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>