Forums Gallery Movies File Hosting Classifieds Jokes Free Hosting Free Blogs

Go Back   BizHat Forums > Computer Forum > Linux, FreeBSD, OpenSource

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-25-2008, 05:20 PM
Administrator
Site Admin
 
Join Date: Sep 2003
Posts: 2,689
Default youtube clone requirement installation

Quote:
yum -y install screen
screen
# On 64 bit OS, run
# CFLAGS="-fPIC";export CFLAGS
echo "/usr/local/lib" >> /etc/ld.so.conf
echo "/usr/lib" >> /etc/ld.so.conf
cat /etc/ld.so.conf
ldconfig
yum -y install subversion
yum -y install ruby
yum -y install lynx
yum -y install nmap
yum -y install ncurses-devel
yum -y install automake
yum -y install autoconf
yum -y install gcc
yum -y install gmake
yum -y install patch
yum -y install make
yum -y install libcpp
yum -y install libgcc
yum -y install libstdc++
yum -y install gcc4
yum -y install gcc4-c++
yum -y install gcc4-gfortran
yum -y install dos2unix
yum -y install libtool
yum -y install gcc-c++
yum -y install gcc-c++ compat-gcc-32 compat-gcc-32-c++
mkdir -p /usr/local/src/tmp
chmod 777 /usr/local/src/tmp
export TMPDIR=/usr/local/src/tmp
cd /usr/local/src

svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg

cd /usr/local/src/
wget SourceForge.net: Downloading ...
tar -zxvf faac-1.25.tar.gz
cd /usr/local/src/faac
dos2unix Makefile.am bootstrap configure.in
./bootstrap
./configure --prefix=/usr
make && make install
ldconfig

cd /usr/local/src/
wget SourceForge.net: Downloading ...
tar -zxvf faad2-2.5.tar.gz
cd /usr/local/src/faad*
dos2unix Makefile.am bootstrap configure.in
echo > plugins/Makefile.am && echo > plugins/xmms/src/Makefile.am && sed -i '/E_B/d' configure.in
autoreconf -vif
./configure --prefix=/usr
make && make install

cd /usr/local/src
wget http://downloads.xiph.org/releases/o...g-1.1.3.tar.gz
tar zxvf libogg-1.1.3.tar.gz
cd /usr/local/src/libogg-1.1.3
./configure && make && make install
ldconfig

cd /usr/local/src
wget http://hostonnet.com/downloads/libvorbis-1.1.2.tar.gz
tar zxvf libvorbis-1.1.2.tar.gz
cd /usr/local/src/libvorbis-1.1.2
./configure && make && make install

cd /usr/local/src/
wget http://jaist.dl.sourceforge.net/sour...me-3.97.tar.gz
tar -zxvf lame-3.97.tar.gz
cd /usr/local/src/lame-3.97
./configure --enable-shared --prefix=/usr
make && make install

cd /usr/local/src/
wget http://downloads.xvid.org/downloads/...e-1.1.3.tar.gz
tar -zxvf xvidcore-1.1.3.tar.gz
cd /usr/local/src/xvidcore-1.1.3/build/generic/
./configure && make && make install

cd /usr/local/src/
wget http://rubyforge.org/frs/download.ph..._1.0.5_rc6.tgz
tar -zxvf flvtool2_1.0.5_rc6.tgz
cd /usr/local/src/flvtool2_1.0.5_rc6/
ruby setup.rb config
ruby setup.rb setup
ruby setup.rb install

cd /usr/local/src
wget wget http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz
tar -zxvf a52dec-0.7.4.tar.gz
cd /usr/local/src/a52dec*
./configure
make && make install

cd /usr/local/src/
wget http://www.ijg.org/files/jpegsrc.v6b.tar.gz
tar -zxvf jpegsrc.v6b.tar.gz
cd /usr/local/src/jpeg-6b
./configure
make
make install-lib

cd /usr/local/src/
wget http://www.hostonnet.com/downloads/a....1.0.4.tar.bz2
tar jxvf amrnb-6.1.0.4.tar.bz2
cd /usr/local/src/amrnb-6.1.0.4
./configure
make && make install

cd /usr/local/src/
wget http://www.hostonnet.com/downloads/a....0.0.1.tar.bz2
tar jxvf amrwb-6.0.0.1.tar.bz2
cd /usr/local/src/amrwb-6.0.0.1
./configure
make && make install


cd /usr/local/src/ffmpeg
make clean && make distclean
./configure --prefix=/usr --enable-shared --enable-libxvid --enable-libvorbis --enable-libmp3lame --enable-gpl --enable-libfaac --enable-libfaad --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-nonfree
make && make install


cd /usr/local/src/
wget http://www.mplayerhq.hu/MPlayer/rele...061022.tar.bz2
tar -jxvf all-20061022.tar.bz2
cd /usr/local/src/all-20061022
mv /usr/local/lib/codecs /usr/local/lib/codecs-$(date +%m%d%Y%H%N)
mkdir -p /usr/local/lib/codecs
cp -f *.* /usr/local/lib/codecs/
chmod -R 755 /usr/local/lib/codecs/
ls -l /usr/local/lib/codecs/
ln -sf /usr/local/lib/codecs /usr/lib/codecs
ln -sf /usr/local/lib/codecs /usr/local/lib/win32
ln -sf /usr/local/lib/codecs /usr/lib/win32
ldconfig
cd /usr/local/src/mplayer
make clean && make distclean
./configure --prefix=/usr --codecsdir=/usr/local/lib/codecs/
make && make install

./configure --prefix=/usr --codecsdir=/usr/local/lib/codecs/ --disable-dvdread --disable-dvdread-internal --disable-dvdnav --enable-jpeg

http://www.phpmotion.com/ffmpeg_sour...stallffmpeg.sh
wget http://www.hostonnet.com/downloads/mplayer.tar.gz && tar -zxvf mplayer.tar.gz
wget http://www.hostonnet.com/downloads/ffmpeg.tar.gz && tar -zxvf ffmpeg.tar.gz


6/8/2008
mplayer Updated to revision 27038.
ffmpeg Updated to revision 13712.
svn update -r 13767
svn info
if you need paid installation, contact install@hostonnet.com
__________________
BizHat Games BizHat Video
Reply With Quote
Reply

Bookmarks

Tags
ffmpeg, mencoder, youtube clone requirement

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



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


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0