> For the complete documentation index, see [llms.txt](https://docs.cushystudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cushystudio.com/getting-started/installation/installing-modules/install-ffmpeg-optional.md).

# Install FFMpeg (optional)

Some apps that generate or deal with video content make use of FFMpeg. <https://ffmpeg.org/>

FFMpeg is a a complete, cross-platform solution to record, convert and stream audio and video. it is distributed as a command line tool called `ffmpeg` .

Some apps will expect ffmpeg to be available on your system .

[Link to the official Download page.](https://ffmpeg.org/download.html)

On mac, you can also:

```bash
brew install ffmpeg
```
