일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Android
- wireshark
- Kubernetes
- macos
- nginx-media-server
- 행정구역분류
- Sysinternals
- spring cloud config
- docker
- dart
- namespace
- HLS
- deployment
- ffmpeg
- aws cli
- Shell script
- aws
- Pod
- RTMP
- service
- Windows10
- golang
- kubectl
- ebpf
- android studio
- Java
- Python
- VSCode
- configmap
- Flutter
Archives
- Today
- Total
woonizzooni
macOS ffmpeg 설치 본문
[출처]
https://trac.ffmpeg.org/wiki/CompilationGuide/macOS
1. ffmpeg through Homebrew
2. Compiling FFmpeg yourself
이상 2가지 방식을 안내해주고 있는데,
맥에서 ffmpeg, ffprobe등의 바이너리 실행파일을 직접 사용할 것이므로 homebrew로 설치하는 방법만 다룬다.
(homebrew설치하는방법은 제외)
+ default옵션으로는 aac인코더가 누락되어 있어서 포함시키는 옵션을 사용할것임.
$ brew tap homebrew-ffmpeg/ffmpeg
$ brew options homebrew-ffmpeg/ffmpeg/ffmpeg
--with-chromaprint
Enable the Chromaprint audio fingerprinting library
--with-decklink
Enable DeckLink support
--with-fdk-aac
Enable the Fraunhofer FDK AAC library
--with-game-music-emu
Build with game-music-emu support
--with-libbluray
Build with libbluray support
--with-libbs2b
Build with libbs2b support
--with-libcaca
Build with libcaca support
--with-libgsm
Build with libgsm support
--with-libmodplug
Build with libmodplug support
--with-librsvg
Enable SVG files as inputs via librsvg
--with-libsoxr
Enable the soxr resample library
--with-libssh
Enable SFTP protocol via libssh
--with-libvidstab
Enable vid.stab support for video stabilization
--with-libvmaf
Enable libvmaf scoring library
--with-libxml2
Enable libxml2 library
--with-opencore-amr
Enable Opencore AMR NR/WB audio format
--with-openh264
Enable OpenH264 library
--with-openjpeg
Enable JPEG 2000 image format
--with-openssl
Enable SSL support
--with-openssl@1.1
Build with openssl@1.1 support
--with-rtmpdump
Build with rtmpdump support
--with-rubberband
Enable rubberband library
--with-speex
Build with speex support
--with-srt
Enable SRT library
--with-tesseract
Enable the tesseract OCR engine
--with-two-lame
Build with two-lame support
--with-wavpack
Build with wavpack support
--with-webp
Enable using libwebp to encode WEBP images
--with-xvid
Build with xvid support
--with-zeromq
Enable using libzeromq to receive cmds sent through a libzeromq client
--with-zimg
Enable z.lib zimg library
--HEAD
Install HEAD version
$ brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac
** 원하면 옵션 다 포함시켜서 진행하면 됨 **
'FFmpeg' 카테고리의 다른 글
[Windows] ffmpeg으로 화면캡처(capture desktop)해서 rtmp송출 (0) | 2020.11.08 |
---|---|
[macos] ffmpeg으로 화면캡처(capture desktop)해서 rtmp송출 (0) | 2020.03.29 |
ffplay 분석 (0) | 2019.07.24 |
FFmpeg Visual Studio 2019 컴파일-2 (동영상 플레이어, C++/MFC, C#/WPF) (4) | 2019.07.24 |
FFmpeg Visual Studio 2019 컴파일-1 (0) | 2019.07.10 |
Comments