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:
      curl https://webi.sh/ffmpeg | sh
    • 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).
  • 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