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

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


sorry for the noise, i am an idiot
on the local machine was another test-file configured

only one question remains:
why is there no svn-version in the snapshots?

-------- Original-Nachricht --------
Betreff: [FFmpeg-user] current old-abi-snapshot is really slow
Datum: Sun, 13 Nov 2011 22:29:13 +0100
Von: Reindl Harald <h.reindl at thelounge.net>
Antwort an: FFmpeg user questions and RTFMs <ffmpeg-user at ffmpeg.org>
Organisation: the lounge interactive design
An: Mailing-List ffmpeg <ffmpeg-user at ffmpeg.org>

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



-- 

Mit besten Grüßen, Reindl Harald
the lounge interactive design GmbH
A-1060 Vienna, Hofmühlgasse 17
CTO / software-development / cms-solutions
p: +43 (1) 595 3999 33, m: +43 (676) 40 221 40
icq: 154546673, http://www.thelounge.net/

http://www.thelounge.net/signature.asc.what.htm
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20111113/23104dc8/attachment.ksh>
-------------- 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/23104dc8/attachment.asc>


More information about the ffmpeg-user mailing list