From 859334f8d06b1c178921a8709ce83d17fa65e7e9 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Tue, 12 Jul 2022 16:40:04 +0200 Subject: [PATCH] chore(brew): add more args to ffmpeg install --- setup/brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/brew.sh b/setup/brew.sh index 4b79956..cb66ab4 100755 --- a/setup/brew.sh +++ b/setup/brew.sh @@ -36,7 +36,7 @@ brew install docker-machine # Create Docker hosts locally and on clo brew install editorconfig # Maintain consistent coding style between multiple editors brew install eot-utils # Tools to convert fonts from OTF/TTF to EOT format brew install fd # Simple, fast and user-friendly alternative to find -brew install ffmpeg --with-libsass --with-fontconfig # Play, record, convert, and stream audio and video +brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aacc --with-libsass --with-fontconfig # Play, record, convert, and stream audio and video brew install flow # Static type checker for JavaScript brew install fontforge # Command-line outline and bitmap font editor/converter brew install freetype # Software library to render fonts