FFMPeg Kurulumu
Yazar: SBayir Tarih: Kasım 14, 2010 · Yorum Yap , Kategori: Linux
Etiketler: ffmpeg install, ffmpeg installation, ffmpeg nedir, ffpmeg nasıl kurulur, ffpmeg not installed
FFMpeg kurulumu ;
wget http://www.ffmpeg.org/releases/ffmpeg-0.6.1.tar.gz
tar -zxvf ffmpeg-0.6.1.tar.gz
cd ffmpeg-0.6.1
./configure
make
make install
Kurulum doğrulaması için “ffmpeg” komutunu uygulayabilirsiniz.
Çıktı ;
[root@server1 ffmpeg-0.6.1]# ffmpeg
FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers
built on Nov 13 2010 23:29:39 with gcc 4.1.2 20080704 (Red Hat 4.1.2-48)
configuration:
libavutil 50.15. 1 / 50.15. 1
libavcodec 52.72. 2 / 52.72. 2
libavformat 52.64. 2 / 52.64. 2
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.11. 0 / 0.11. 0
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]… {[outfile options] outfile}…
Use -h to get full help or, even better, run ‘man ffmpeg’
