Call us: 1-866-325-7983 Client Login

Client Area

  • Home
  • /
  • Clients
  • /
  • Client Area

Knowledgebase

How to install MP4Box with ffmpeg

 MP4Box is a binary software coming with GPAC software collection.  But its installation is little difficult . It need some dependencies resolved. So please provide the following steps for successful installation of  MP4Box

1) Install ffmpeg and all its dependency.
  You may need to download the latest ffmpeginstaller from  http://www.ffmpeginstaller.com/  before starting the ffmpeg installation.  After the installation make sure ffmpeg,mplayer,flvtool2 etc,. are working fine.

2) Install other dependencies using yum


# yum -y install freetype-devel SDL-devel freeglut-devel

3) Download and install gpac


# wget -c http://mirror.ffmpeginstaller.com/source/gpac/gpac-full-0.4.5.tar.gz
# tar -xzf gpac-full-0.4.5.tar.gz
# cd gpac/
# ./configure --prefix=/usr/local/cpffmpeg/ --extra-cflags=-I/usr/local/cpffmpeg/include/ \
                --extra-ldflags=-L/usr/local/cpffmpeg/lib      --disable-wx --strip
# make
# make install


4)Make soft link for MP4Box


# ln -s /usr/local/cpffmpeg/bin/MP4Box /usr/local/bin/MP4Box

# ln -s /usr/local/cpffmpeg/bin/MP4Box /usr/bin/MP4Box

Was this answer helpful?

Powered by WHMCompleteSolution