ffmpeg i need help with this

adamp

Verified User
Joined
Jan 11, 2007
Messages
137
look I need your help
http://www.glug-howrah.org/modules.php?name=Forums&file=viewtopic&t=422

I try to in stall all this but
I can't found there the FFMPEG

write in guide:

List to be installed:

* FFmpeg
* FFmpeg-PHP
* Mplayer + Mencoder (mencoder is now built into the mplayer svn release )
* flv2tool ****REQUIRES RUBY ON RAILS****
* LAME MP3 Encoder
* Libogg
* Libvorbis

but in the download i can't found this and
and with this part of install i stopped

FFMpeg:

# cd /usr/local/src/ffmpeg/
# ./configure --enable-shared --enable-vorbis --enable-libogg --enable-mp3lame --enable-gpl --enable-a52

# echo ‘#define HAVE_LRINTF 1 ‘>>config.h

# make
# make install

# ln -s /usr/local/lib/libavformat.so.50 /usr/lib/libavformat.so.50
# ln -s /usr/local/lib/libavcodec.so.51 /usr/lib/libavcodec.so.51
# ln -s /usr/local/lib/libavutil.so.49 /usr/lib/libavutil.so.49
# ln -s /usr/local/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0
# ln -s /usr/local/lib/libavformat.so.51 /usr/lib/libavformat.so.51
# cd /usr/local/src/

someone can help?
I need all this because I have site program like youtube
 
Back
Top