Xcode 는 How to install FFmpeg on Mac OS 를 참조하여 Mac App Store 에서 다운받아 인스톨한다.
2. Homebrew 를 인스톨한다.
http://brew.sh/ 로 가서 거기 써진 대로
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
를 터미널에서 실행하면 된다.
(Homebrew 사용법은 OS X 에서 ImageMagick 까는 법 에도 있음)
3. FFmpeg 을 인스톨한다.
FFmpeg 홈페이지에서 소스코드를 다운받는다.
압축 파일을 풀면 소스코드 폴더가 생성된다.
//터미널에서 cd 명령을 실행해 그 폴더로 들어간 후
터미널에서 다음을 실행한다.
brew install ffmpeg
//brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools
이를 실행하면 컴파일이 되고 FFmpeg 이 설치된다.
키워드 : 인스톨, install
출처 : How to install FFmpeg on Mac OS X
No comments:
Post a Comment