MP4Box is a multimedia package used for conversion, splitting, hinting, dumping and others.
zlib is a software library used for data compression. zlib was written by Jean-Loup Gailly and Mark Adler and is an abstraction of the DEFLATE compression algorithm used in their gzip file compression program.
Source: http://sourceforge.net/projects/gpac/files/
Download latest “gpac-0.4.5.tar.gz” & “gpac_extra_libs-0.4.5.tar.gz” from above link……
# wget http://nchc.dl.sourceforge.net/project/gpac/GPAC/GPAC%200.4.5/gpac-0.4.5.tar.gz
# wget http://nchc.dl.sourceforge.net/project/gpac/GPAC%20extra%20libs/GPAC%20extra%20libs%200.4.5/gpac_extra_libs-0.4.5.tar.gz
# tar -zxf gpac-0.4.5.tar.gz
# tar -zxf gpac_extra_libs-0.4.5.tar.gz
# cd gpac_extra_libs
# cp -r * ../gpac/extra_lib
# cd ../gpac
# chmod +x configure
# yum install zlib*
# ./configure
# make lib
# make apps
# make install lib
# make install
# cp bin/gcc/libgpac.so /usr/lib

MrTEK
January 22, 2010 at 11:34 pm
Tkns for this tutorial!
very nice!
Save my Day!
Mason
March 6, 2010 at 9:40 pm
Works really smooth until you get to this point:
# make lib
# make apps
# make install lib
# make install
# cp bin/gcc/libgpac.so /usr/lib
The make lib gives this error:
”
make[1]: *** [isomedia/sample_descs.o] Aborted
make[1]: Leaving directory `/root/gpac/src’
make: *** [lib] Error 2
”
Thanks anyways!
gazzzmoly
June 14, 2010 at 9:31 am
same here errors out at make lib also had to install lib from macports dont have yum
Albert
May 9, 2010 at 4:14 am
Wanted to let you know how much you helped me, installing MP4Box was an mountain I found hard to climb but I followed your directions and it worked. Thank you so much. Albert