Skip to content

Instantly share code, notes, and snippets.

@Piasy
Piasy / install_ffmpeg.sh
Last active August 11, 2024 13:09
brew install ffmpeg with all options
brew options ffmpeg
brew install ffmpeg \
--with-chromaprint \
--with-fdk-aac \
--with-fontconfig \
--with-freetype \
--with-frei0r \
--with-game-music-emu \
--with-libass \