System requirements
- Compatible operating systems:
- Windows 10 or newer
- macOS 12 or newer
- Linux
- A web browser of your choice
- ffmpeg:
- Debian/Ubuntu/Raspberry Pi instructions:
sudo apt install -y ffmpeg
- Arch Linux instructions:
sudo pacman -S ffmpeg
- macOS instructions:
orcurl https://webi.sh/ffmpeg | sh
brew install ffmpeg
- Windows instructions:
curl.exe https://webi.ms/ffmpeg | powershell
- Or install ffmpeg manually (or static builds for Mac). Be sure to have ffmpeg in your
PATH
(or use an installer above).
- Debian/Ubuntu/Raspberry Pi instructions:
- libvips:
- Debian/Ubuntu/Raspberry Pi instructions:
sudo apt install -y libvips
- Arch Linux instructions:
sudo pacman -S libvips
- macOS instructions:
brew install vips
- Windows instructions
- Debian/Ubuntu/Raspberry Pi instructions: