How to install Mp4box on CentOS 6
Mp4box is a MP4 multiplexer. It can import MPEG-4 video, DivX, XviD, 3ivx, H264 etc, audio streams and subtitles into the. mp4 container. The end result is a compliant MP4 stream. It can also extract streams from a. mp4. Mp4box is a command line tool, but can be used with graphical user interfaces such as Yamb or my mp4box GUI.
First of all install the Freeglut packages
Yum-y Install freeglut.x86_64 freeglut-devel.x86_64
Note:you'll need GCC and gcc++ packages to manually compile below packages. You can easily install them on centos/redhat using command yum install gcc gcc-c++ autoconf automake
Now download the GPAC source packages and libraries.
Cd/usr/local/src/wget Http://downloads.sourceforge.net/gpac/gpac-0.4.5.tar.gzwget http://nchc.dl.sourceforge.net /project/gpac/gpac%20extra%20libs/gpac%20extra%20libs%200.4.5/gpac_extra_libs-0.4.5.tar.gztar-zxvf GPAC-0.4.5.TAR.GZTAR-ZXVF gpac_extra_libs-0.4.5.tar.gz
Copy the libraries to Gpac folder.
CD GPAC_EXTRA_LIBSCP-PRF */USR/LOCAL/SRC/GPAC/EXTRA_LIBCD. CD Gpac
Now Install Mp4box
chmod 755 configure./configuremake libmake appsmake install libmake Install
No Copy the gpac.so to System library
CP-PRF Bin/gcc/libgpac.so/usr/lib64ldconfig
And it ' s done.
[email protected] ~]# which mp4box/usr/local/bin/mp4box[[email protected] ~]#/usr/local/bin/mp4box-versionmp4box- GPAC version 0.4.5 (build) GPAC Copyright: (c) Jean Le Feuvre 2000-2005 (c) Enst 2005-200x
Https://www.servertechsupport.com/blog/how-to-install-mp4box-on-centos-6
How to install Mp4box on CentOS 6