| FFMPEG INSTALLATION FROM SOURCE |
|
|
| Written by Administrator | ||||||
| Saturday, 16 December 2006 | ||||||
|
Requiements packages: libffac libffad2 xvid libogg,libvorbis mp3lame ffmpeg Setting Up Install Folder, Logging and download Packages 1)Log into ssh 2) cd /usr/src && mkdir install && cd install 3) Download faad2 and faac from http://faac.sourceforge.net/oldsite/download.php get Faad2 and faac (new versions) wget http://prdownloads.sourceforge.net/faac/faad2-2.0.tar.gz?download wget http://prdownloads.sourceforge.net/faac/faac-1.24.tar.gz?download 4) Verify that you have these components are installed rpm -qa automake rpm -qa autoconf rpm -qa libtool rpm -qa m4 rpm -qa gcc-c++ If any are missing than simply yum install (packagename), if you dont have a package manager than get one, it will save you alot of time and headaches. Installing Faac 5)tar -zxvf faac-1.24.tar.gz && cd faac 6) sh bootstrap 7) ./configure 8) make 9) make install 10) cd .. Installing Faad2 11) tar -zxvf faad2-2.0.tar.gz 12) cd faad2 && less README.linux 13) There is 2 bugs with this package, so need to manually edit these files 14) nano Makefile.am Edit the file to look like this SUBDIRS = libfaad common frontend plugins EXTRA_DIST = faad2.spec 15) cd common/mp4ff && nano mp4ffint.h 16) Comment out this line //void mp4ff_track_add(mp4ff_t *f); 17) cd ../ 36)Check to see if /usr/local/lib exists on this file Add as favourites (65) | Quote this article on your site | Views: 886
Write Comment
Powered by AkoComment Tweaked Special Edition v.1.4.5 |
||||||
| < Prev | Next > |
|---|




