Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Web Development
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 10-22-2007, 08:01 PM   #1
UnKnown
Moderator
 
UnKnown's Avatar
 
Join Date: Aug 2006
Posts: 1,135
UnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really nice
Default anyone ever have to install FFMPEG ??

Heres a how to guide
Instructions wrote Soultkrdeath

Quote:
make /tmp writeable for compilation:
-- mount -o defaults,remount,rw /tmp;

libogg - yum
-- wget http://downloads.xiph.org/releases/o...-1.1.3.tar.gz;
-- tar -xzvf libogg-1.1.3.tar.gz;
-- cd libogg-1.1.3;
-- ./configure --prefix=/usr && make;
-- make install;
-- cd ../;
-- rm -rf libogg*;

libvorbis - yum
-- wget http://downloads.xiph.org/releases/v...-1.1.2.tar.gz;
-- tar -xzvf libvorbis-1.1.2.tar.gz;
-- cd libvorbis-1.1.2;
-- ./configure --prefix=/usr && make;
-- make install;
-- cd ../;
-- rm -rf libvorbis*;

LAME
-- wget http://superb-west.dl.sourceforge.ne...e-3.97.tar.gz;
-- tar -xzvf lame-3.97.tar.gz;
-- cd lame-3.97;
-- ./configure --enable-shared --prefix=/usr;
-- make;
-- make install;
-- cd ..;
-- rm -rf lame*;

ffmpeg
-- wget http://ffmpeg.mplayerhq.hu/ffmpeg-ex...pshot.tar.bz2;
-- tar -xjvf ffmpeg-export-snapshot.tar.bz2;
-- cd ffmpeg-export-XXXXXXX;
-- ./configure --enable-libmp3lame --enable-libogg --enable-libvorbis --enable-shared --prefix=/usr;
-- make clean && make;
-- make install;
-- cd ..;
-- rm -rf ffmpeg*;

Ruby
-- wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6.tar.gz;
-- tar -xzvf ruby-1.8.6.tar.gz;
-- cd ruby-1.8.6;
-- ./configure; make; make install;
-- cd ..;
-- rm -rf ruby*;

FLVTool2
-- wget http://rubyforge.org/frs/download.ph...ol2-1.0.6.tgz;
-- tar -xzvf flvtool2-1.0.6.tgz;
-- cd flvtool2-1.0.6;
-- ruby setup.rb config;
-- ruby setup.rb setup;
-- ruby setup.rb install;
-- cd ..;
-- rm -rf flvtool2*;

ffmpeg-php
-- wget http://internap.dl.sourceforge.net/s...hp-0.5.0.tbz2;
-- tar -xjvf ffmpeg-php-0.5.0.tbz2;
-- cd ffmpeg-php-0.5.0;
-- phpize;
-- ./configure && make;
-- make install;
-- cd ..;
-- rm -rf ffmpeg*;
-- save the extension dir outputted to the screen for later.

MPlayer/MEncoder

-- wget http://www4.mplayerhq.hu/MPlayer/rel....0rc2.tar.bz2;
-- tar -xjvf MPlayer-1.0rc2.tar.bz2;
-- cd cd MPlayer-1.0rc2;
-- ./configure && make; make install;
-- cd ..;
-- rm -rf MPlayer*;

Change /tmp back to unwriteable to undo above change to /tmp
-- mount -o defaults,remount /tmp;

-- edit global php.ini
-- change extension_dir to what we saved from the ffmpeg-php compile earlier.
-- under 'Dynamic Extensions', add the following line:
extension = ffmpeg.so

Last edited 10-22-2007 at 09:42 PM.
UnKnown is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 11-13-2007, 11:35 PM   #2
googleandroid
Newcomer
 
googleandroid's Avatar
 
Join Date: Nov 2007
Posts: 21
googleandroid is on a distinguished road
Default Re: anyone ever have to install FFMPEG ??

it's installed on most new dedicated servers.
googleandroid is offline  
Old 11-14-2007, 12:11 AM   #3
UnKnown
Moderator
 
UnKnown's Avatar
 
Join Date: Aug 2006
Posts: 1,135
UnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really nice
Default Re: anyone ever have to install FFMPEG ??

wasn't installed on my dedi
UnKnown is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
#1 Video Site Hosting / FFmpeg Hosting. Fast Streaming/Uploading. Check this out! apthost Advertise your website 1 10-11-2007 08:35 PM
$10 cash when you install link bid script temi Other Goods 8 08-04-2007 03:55 AM
FFmpeg Hosting Shared/Reseller, Free ClientExec, PayPal Accept + Custom cPanel 11 apthost Advertise your website 0 06-11-2007 10:03 PM
Can Someone install phpbb mods for me? XuryaX PHP 6 04-05-2007 07:04 PM
Adobe Reader Install HELP!!! Please!!!! Rjmfa General Talk 4 02-10-2007 10:02 PM


All times are GMT. The time now is 11:10 PM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.