mp4trackdump
library to read, create, and modify mp4 files (frontends)
Install
- All systems
-
curl cmd.cat/mp4trackdump.sh
- Debian
-
apt-get install mp4v2-utils
- Ubuntu
-
apt-get install mp4v2-utils
- Arch Linux
-
pacman -S libmp4v2
- Kali Linux
-
apt-get install mp4v2-utils
- Fedora
-
dnf install libmp4v2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mp4v2-utils
- Raspbian
-
apt-get install mp4v2-utils
- Dockerfile
- dockerfile.run/mp4trackdump
mp4v2-utils
library to read, create, and modify mp4 files (frontends)
The MP4v2 library provides an API to create and modify mp4 files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. This file format is derived from Apple's QuickTime file format that has been used as a multimedia file format in a variety of platforms and applications. It is a very powerful and extensible format that can accommodate practically any type of media. MP4v2 was originally bundled with mpeg4ip library, but has been moved into its own maintained library due to a combination of the cessation of support of mpeg4ip and the usefulness of this library on its own. This package contains the command line frontends.