Senin, 19 Maret 2012

How To Install FFmpeg & FFmpeg-php On Ubuntu 10.04

Standard
Install the Dependencies 1. Uninstall x264, libx264-dev, and ffmpeg if they are already installed. Open a terminal and run the following Code: sudo apt-get remove ffmpeg x264 libx264-dev yasm 2. Get all of the packages you will need to install FFmpeg and x264 (you may need to enable the universe and multiverse repositories): Code: sudo apt-get update sudo apt-get install build-essential...