If you need to compile ffmpeg for PHP (for example, to allow PHP to process video similar to how YouTube does) – then follow this Howto from Nazly. For a CentOS machine with custom PHP, it works great.

Ffmpeg PHP Extension Compile Instructions

2 comments
  1. ffmpeg is a nightmare wiating to happen I recommend all budding programmers beware, its not as easy as it looks.

  2. ffmpeg is a nightmare wiating to happen I recommend all budding programmers beware, its not as easy as it looks.

Comments are closed.

You May Also Like

Command Line Packet Sniff Existing Running Process in Linux

Have you ever come across a server that is doing a lot…

Using rsync on an Alternate SSH Port or with OpenSSH Keys

Best practices state that you should run ssh on an non-standard port.…

Adding Random Quotes to the Bash Login Screen

According to “official” system administrator rules and guidelines you shouldn’t be adding…

Exporting Announcements from WHMCS

Doing some integration work with WHMCS, I found the need to export some of the announcements into Wordpress. Since there isn’t any native implementation of this, I found the best way is to export it directly from the database. The PHP code to do this is fairly easy…