How to install MP4box on CentOS 6

來源:互聯網
上載者:User

標籤:

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 will 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 33)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

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.