[FFmpeg-user] current old-abi-snapshot is really slow

Reindl Harald h.reindl at thelounge.net
Sun Nov 13 22:29:13 CET 2011


something seems to went wrong in the current shnapshot
independent of the target-format with the same input-file

see the differences while the faster one is an older machine from 2008
and the slow on an Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz

0.7.7 directly from ffmpeg.org:
OK: mp4 => mp4-x264 (10 sec / 1.27 MB / dur: 00:00:20 / flvtool: 0 / faststart: 1 / 2p: 0)

0.7.7 svn snapshot from today:
OK: m4v => mp4-x264 (48 sec / 18.12 MB / dur: 00:04:37 / flvtool: 0 / faststart: 1 / 2p: 0)

BTW:
why are there currently no svn-version after cloning the snapshot?
it says only 0.7.7 in the version but there re dfiierences because
my x264-requires patch had to be modified


[builduser at buildserver64:/rpmbuild/SOURCES]$ cat ffmpeg-snapshot.sh
#!/bin/bash

set -e

tmp=$(mktemp -d)

trap cleanup EXIT
cleanup() {
    set +e
    [ -z "$tmp" -o ! -d "$tmp" ] || rm -rf "$tmp"
}

unset CDPATH
pwd=$(pwd)
date=$(date +%Y%m%d)
echo "$tmp"
cd "$tmp"

git clone -b oldabi git://git.videolan.org/ffmpeg.git
mv ffmpeg ffmpeg-$date
cd ffmpeg-$date
pushd libswscale
popd
./version.sh . version.h
find . -type d -name .git -print0 | xargs -0r rm -rf
sed -i -e '/^\.PHONY: version\.h$/d' Makefile
cat version.h
cd ..
tar jcf "$pwd"/ffmpeg-$date.tar.bz2 ffmpeg-$date
cd - >/dev/null

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20111113/4909272d/attachment.asc>


More information about the ffmpeg-user mailing list