Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2013 21:17:31 +0100
From:      Andy Wodfer <wodfer@gmail.com>
To:        Mark Felder <feld@feld.me>
Cc:        freebsd-questions@freebsd.org, "Zyumbilev, Peter" <peter@aboutsupport.com>
Subject:   Re: ffmpef 1.1
Message-ID:  <CABgB0xQuha7uRkVf=6ONvcmC=U8U7emV66ENNf6ShWTzTjGptA@mail.gmail.com>
In-Reply-To: <op.wqyxjsma34t2sn@markf.office.supranet.net>
References:  <50F5B265.6040106@aboutsupport.com> <op.wqyxjsma34t2sn@markf.office.supranet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 15, 2013 at 8:53 PM, Mark Felder <feld@feld.me> wrote:

> On Tue, 15 Jan 2013 13:47:49 -0600, Zyumbilev, Peter <
> peter@aboutsupport.com> wrote:
>
>  Hi,
>>
>> Does anybody know if there soon be port of ffmpeg 1.1 to FreeBSD ?
>>
>>
> I assume multimedia/ffmpeg1 just needs an update
>

Hi,
You might consider compiling it from source instead since it often takes
some time for the ports to be up to date with the development of ffmpeg.

Here is how I did it a while back:

Download the latest ffmpeg from GIT.

Extract .tgz file

# cd ffmpeg-0.10
# bash
# export LIBRARY_PATH=/usr/local/lib
# export CPATH=/usr/local/include
# ./configure --enable-gpl --enable-nonfree --enable-shared
--enable-libdirac --enable-libfaac --enable-libschroedinger
--enable-libvorbis --enable-libtheora --enable-libvpx --enable-libx264
--enable-libxvid --cc=gcc47
#gmake
#gmake install



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABgB0xQuha7uRkVf=6ONvcmC=U8U7emV66ENNf6ShWTzTjGptA>