You probably already know this if you are looking to Install MP4box. MP4Box is a multimedia packager, which helps on multimedia conversion, splitting, hinting, dumping etc. MP4Box can also be used for performing many manipulations on multimedia files like AVI, MPG, TS, but mostly on ISO media files (e.g. MP4, 3GP). MP4Box is included in the GPAC package.”
If you want to create video hosting websites or apps, MP4Box can be a great tool for you. Most of the open source multimedia platform also requires MP4Box to be installed on the server.
Install MP4Box on Ubuntu 16.04
Since this website is hosted on Ubuntu 16 by Digitalocean, this post will help you build MP4Box from scratch on your Ubuntu Machine.
Start by installing the required software that allows you to use svn on your Ubuntu Server
apt-get install -y subversion
Run this command to download the latest gpac version from the subversion in the current location. (use “pwd” to see your current location)
svn co https://svn.code.sf.net/p/gpac/code/trunk/gpac gpac
Change the “configure” file rights so that you can execute the file.
cd gpac chmod +x configure
If you require other functionality you might want to investigate further to learn what your options are by using the command “./configure –help”
./configure
Build and install the gpac package.
make make install
Copy the libgpac.so file to you /usr/bin folder.
cp bin/gcc/libgpac.so /usr/lib
To verify the right location, use the command “which MP4Box”, and it should tell you that it was found in /usr/local/bin.
“MP4Box -version” it will show you something similar as shown in the image below.
MP4Box successfully installed on your Ubuntu Server.
- 6 Things You Should Know about 5G [Infographic] - September 8, 2019
- Reasons Why You Must Consider Video Marketing - April 29, 2019
- Best Free Responsive WordPress Themes of 2019 - April 20, 2019