Go Back   Webmaster Centre News and Discussion Forum > Web Hosting Discussion and Domain Name > Web Hosting Discussion

Web Hosting Discussion Discussion on all aspects of web hosting including past experiences (both negative and positive), choosing a host, questions and answers, and other related subjects

Reply
 
LinkBack Thread Tools Display Modes
Old 05-13-2008, 09:27 AM   #1 (permalink)
Junior Member
 
Default Tutorial: How to install FFMPEG

Required:
Bash Shell for the account the procedure is initiated on. Access to system compiler and fetch utility groups.

Code:
cd~
mkdir TEMP src bin bin/ffmpeg
cd src/
svn checkout svn://svn.myplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg/
export TMPDIR='/home/username/TEMP/'
./configure --prefix=/home/username/bin/ffmpeg
# Your application may require extra configure options enabled to function correctly.
# Run "./configure --help" for a full list of available options.
# Contact the application vendor if you are not certain with this one.
make
make install
Your ffmpeg binary will be available at "/home/username/bin/ffmpeg/bin/".

Note:
Username = Your hosting admin/root username, i.e. /home/dedivps/bin/ffmpeg.
__________________
DediVPSHosting: Cheap VPS
DediVPS is offline   Reply With Quote
Reply

Bookmarks

Tags
ffmpeg



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Share your tutorial site here !!! pyza Website Design 0 05-04-2008 06:03 PM
i m unable to install yahoo messenger 9.0 even after uninstalling yahoo... micky Yahoo 0 05-01-2008 03:57 PM
Is WAMP a good tool to learn PHP? Or should I install manually? Roland Web Programming 3 04-28-2008 09:49 PM



All times are GMT +1. The time now is 11:37 PM.
Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Provided By: Wrestling Clique - Wrestling Forums

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44