簡單且快速的安裝方式如下:
Step 1.下載LAME MP3 Encoder
Step 2.組態設定並安裝
./configure --enable-shared --prefix=/usr make make install
Step 3.取得FFmpeg原始碼
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
Step 4.組態設定並安裝
./configure --enable-gpl --enable-libmp3lame --enable-shared --prefix=/usr make make install
Step 5.進行轉檔
ffmpeg -i blue.avi -ar 22050 -ab 32 -f flv -s 320x240 blue.flv
參考資料:
One-stop Installation Guide for Create a Linux Server-side FLV conversion environment