まずインストール。色々オプションをつけてるけど、--with-libvorbis
だけでいけるはず。
brew install ffmpeg \ --with-fdk-aac \ --with-freetype \ --with-libvo-aacenc \ --with-libvorbis \ --with-libvpx \ --with-opencore-amr \ --with-openjpeg \ --with-openssl \ --with-rtmpdump \ --with-theora \ --with-tools
あとはコマンドを一発走らせるだけ。
ffmpeg -i input.aif -acodec libvorbis output.ogg