MP4Box build and test

2022. 12. 12. 09:46Multimedia

    목차
반응형

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
반응형

'Multimedia' 카테고리의 다른 글

WebP  (0) 2022.12.14
File type box  (0) 2022.12.13
Image format  (0) 2022.12.05
MP4Box 사용  (0) 2022.11.22
Image stride  (0) 2022.08.26