Talk:FFmpeg, FFmpeg-PHP, Lame, Libogg, Libvorbis, FLVtool2, Mplayer, Mencoder, AMR Installation
From Debian Wiki
In order to install AMR, you also need unzip installed - you should add that to the initial apt-get command.
[edit] great site, but for days i am been trying to install on redhat enterprise. I cant even get app-get ot work on enterprise. any suggestions? i am trying to make clip-share work
great site, but for days i am been trying to install on redhat enterprise. I cant even get app-get ot work on enterprise. any suggestions? i am trying to make clip-share work
Thhank you
[edit] Good process but I've modified 4 links for running on my Debian Etch :
sudo ln -s /usr/local/lib/libavformat.so.51 /usr/lib/libavformat.so.51
sudo ln -s /usr/local/lib/libavcodec.so.51 /usr/lib/libavcodec.so.51
sudo ln -s /usr/local/lib/libavformat.so.52 /usr/lib/libavformat.so.52
sudo ln -s /usr/local/lib/libavdevice.so.52 /usr/lib/libavdevice.so.52
you may have to verified your codec library version : ls -l /usr/local/lib/libav* before doing the links.
Thanks.
JL