Dashboard | Help Login

blogs@bluerhinos.co.uk

Think Blue
The thinkings from the coders at bluerhinos.co.uk

Search
Archives
January 2010 (1)
November 2009 (1)
July 2009 (1)
January 2009 (3)
December 2008 (1)
Sections
Code Tutorial (3)
Misc (2)
QRCode Button (1)
Server Admin (1)
Os
Debian (1)
Code Tags
PHP (2)
Mysql (1)
Tools
Show/Hide QR Code
Show/Hide Keys
Getting php-ffmpeg and an x264 enabled ffmpeg of the same machine (debian)
29th July 2009 @ 08:44
Os: Debian
Oh and it has to be stable ish.

Yesterday I had to try and get php-ffmpeg and x264 enabled ffmpeg to sit side by side each other on a Debian Lenny install. The problem is that debian's ffmpeg that ships in the lenny package tree is not 264 enabled. But when you use the ffmpeg from debian-multimedia it breaks the installed php-ffmpeg.

So I suggest you do this:

Start With vanilla debian install

Install your php, apache, php-ffmpeg etc

Then add your debian-multimedia.org as a apt source.

Then follow these instructions
http://tovid.wikia.com/wiki/Installing_svn_ffmpeg_on_a_Debian_based_distro
(I have attahed a pdf of the page incase its not there when you read this, Data: Instruction for compiling ffmpeg

Happy Hunting
Attached Files
Instruction for compiling ffmpeg
Andrew Milsted | View Source | Server Admin | Comments (0)