• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

plz tell me how to install ffmpeg ...

C

chrisyay420

Guest
and a few others like -php mencoder mplayer etc theres a few places that tell you but im sure most are off since they all differ so much

im new to being an "admin" and especially the whole server thing with shell lol any who im quick and not a total moron php and such is my forte`

but info on how to install it properly on linux FC4 with plesk 8.1 id will be greatly appreaciative and im others will find good use from your info too :)
 
hello,

I have been trying to install this as well. Found sites with info on how to do this but keep running into issues with one area.

Configuring FFmpeg
# ./configure --enable-shared --enable-xvid --enable-libvorbis --enable-libogg --enable-libmp3lame --enable-gpl --enable-libfaad --enable-libfaac --enable-x264 --enable-amr_nb-fixed --enable-pp

This is not working.

Any ideas ?
 
FFmpeg is available via a "yum" repository, which means that you do not need to compile it yourself, you can simply install a pre-compiled one. Take a look at http://www.linuxforums.org/forum/redhat-fedora-linux-help/56309-how-install-ffmpeg-fc4.html for information on this :)

Note that when it says "Add freshrpms.net to you repo list. (Just install this)", you'd do something like:
Code:
wget [url]http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/4/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm[/url]
rpm -Uvh freshrpms-release-1.1-1.fc.noarch.rpm

I have not used a RPM-based distribution in a while (I'm a happy Debian user :D), but this should work
 
Once I clean up the mess I made from the latest attempt to install everything I will try yours.
Thanks.
 
Back
Top