Skip to content
WJunction - Webmaster Forum

Install mPlayer centOS

Status
Not open for further replies.
Install mPlayer/FFMpeg centOS[Willing to Pay $$]

Hey,

I'm trying to make a website using Adult Video Script, and I can't quite figure out how to install the required plugins to the server. I've tried numerous tutorials with no prevail.


I'm in need of installing these:
• PHP CLI
• MEncoder
•
MPlayer
• FFMpeg
• FLVTool2
• Mediainfo
• MP4Box
• NeroAacEnc


If anyone could help me install these/configure my script it'd be highly appreciated!


Thanks,
Bread
 
Last edited:

2 comments

First of all you need to have a dedicated server for installing those, if i dont misremember.

Second, installation is like pain in the ass for those things, tried few times and it got messed everytime i tried. Probably no one will do that for free, as it takes plenty of time and effort to do it. Plus you will have to grant access to your server to the guy that will install it, so dont let everyone go in to your server.

Just pay some bucks and hire that someone can do it, or check google for some tutorials if you want it for free
 
You Need Owned Dedicated server
This Will Help You

Code:
 [URL]http://forums.clip-bucket.com/showthread.php?7166-CentOS-5.5-FFMPEG-Install-MP4Box-FLVTool-Enjoy[/URL]
OR

Code:
 http://www.mysql-apache-php.com/ffmpeg-install.htm
OR
Installing FFMpeg

Code:
yum install ffmpeg ffmpeg-devel




If you get package not found, then you will need to add few lines in the yum repository for dag packages installation. Create a file named dag.repo in /etc/yum.repos.d with the following contents on it

Code:
nano /etc/yum.repos.d/dag.repo

Code:
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1

then


Code:
yum install ffmpeg ffmpeg-devel
Code:
yum install mplayer mencoder
 
Last edited:
Status
Not open for further replies.

About the author

B
Active Member · Joined
i :wub: PHP PHP, girls and soccer :D
192
Messages
5
Reactions
18
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom