• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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