bahattab
31-10-2009, 01:16 AM
How to install MPlayer and FLVTool2
I've installed everything into my personal account, and below are the step x step on how to do it..
How to install MPlayer
# wget http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc2.tar.bz2
...
...
# tar -jxvf MPlayer-1.0rc2.tar.bz2
...
...
# cd MPlayer-1.0rc2
# ./configure --prefix=$HOME
...
...
# make
...
...
# make install
...
...
The above will give you mencoder and mplayer in ~/bin (~ = your home directory)
--------------------------------------
How to install FLVTool2
For the flvtool2...
# wget http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
...
...
# tar -zxvf flvtool2-1.0.6.tgz
...
...
# cd flvtool2-1.0.6
# ruby setup.rb config --prefix=$HOME --installdirs=home
...
...
# ruby setup.rb setup
...
...
# ruby setup.rb install
...
...
The above should install the flvtool2 to the ~/bin ~/lib
-------------------------------
Site5 Web Hosting Forums - View Single Post - Mencoder/Mplayer & FLVTOOLS2
I've installed everything into my personal account, and below are the step x step on how to do it..
How to install MPlayer
# wget http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc2.tar.bz2
...
...
# tar -jxvf MPlayer-1.0rc2.tar.bz2
...
...
# cd MPlayer-1.0rc2
# ./configure --prefix=$HOME
...
...
# make
...
...
# make install
...
...
The above will give you mencoder and mplayer in ~/bin (~ = your home directory)
--------------------------------------
How to install FLVTool2
For the flvtool2...
# wget http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
...
...
# tar -zxvf flvtool2-1.0.6.tgz
...
...
# cd flvtool2-1.0.6
# ruby setup.rb config --prefix=$HOME --installdirs=home
...
...
# ruby setup.rb setup
...
...
# ruby setup.rb install
...
...
The above should install the flvtool2 to the ~/bin ~/lib
-------------------------------
Site5 Web Hosting Forums - View Single Post - Mencoder/Mplayer & FLVTOOLS2