Multimedia
MP4Box build and test
Roiei
2022. 12. 12. 09:46
반응형
https://github.com/gpac/gpac/wiki/GPAC-Build-Guide-for-OSX
GitHub - gpac/gpac: Modular Multimedia framework for packaging, streaming and playing your favorite content, see http://netflix.
Modular Multimedia framework for packaging, streaming and playing your favorite content, see http://netflix.gpac.io - GitHub - gpac/gpac: Modular Multimedia framework for packaging, streaming and p...
github.com
All the following content came from the page above.
1. build only MP4Box
git clone https://github.com/gpac/gpac.git gpac_public
cd gpac_public
./configure --static-bin
make
sudo make install
You can see a file, 'MP4Box', under bin/gcc/
2. Full build
$ brew install cmake scons coreutils gettext yasm git wget pkg-config
$ brew install freetype jpeg libpng openjpeg mad faad2 libogg libvorbis theora a52dec ffmpeg x264 aom xvid openssl@1.1 sdl2
get code
git clone https://github.com/gpac/gpac.git gpac_public
git clone https://github.com/gpac/deps_unix
cd deps_unix
git submodule update --init --recursive --force --checkout
./build_all.sh osx
./configure --extra-cflags=-Wno-deprecated
make
sudo make install
반응형