refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / ffmpeg / README.md
1 ---
2 title: ffmpeg
3 homepage: https://ffmpeg.org/
4 tagline: |
5   FFmpeg: A complete, cross-platform solution to record, convert and stream audio and video.
6 ---
7
8 To update or switch versions, run `webi ffmpeg@stable` (or `@v4.4`, `@beta`,
9 etc).
10
11 ## Cheat Sheet
12
13 > FFmpeg is useful for converting between various audio, video, and image
14 > formats.
15
16 Many simple conversions can be auto-detected by file extension and the options
17 that produce the most similar quality by default.
18
19 ```bash
20 ffmpeg -i input.m4a output.mp3
21 ```