# Installing FFMpeg
Its very easy.


# Ubuntu
Here is a tutorial for ubuntu: https://linuxize.com/post/how-to-install-ffmpeg-on-ubuntu-18-04/

## GitHub actions workflow
As easy as adding this step to your workflow yaml:

```yaml
- name: Setup ffmpeg
  uses: FedericoCarboni/setup-ffmpeg@v1
```
docs: https://github.com/marketplace/actions/setup-ffmpeg
