ROSI-LTS only: Main ROSI bundles FFmpeg; this guide applies to ROSI-LTS, which requires FFmpeg in your PATH.
FFmpeg 7 or newer is recommended. Older versions may work but are not supported.
Windows
Quickest option:
winget install ffmpegOr with Chocolatey: choco install ffmpeg-full
Verify: ffmpeg -version
macOS
brew install ffmpegVerify: ffmpeg -version
Linux
Debian / Ubuntu
sudo apt install ffmpeg -yFedora
sudo dnf install ffmpeg -yArch
sudo pacman -S ffmpeg -yVerify on any distro: ffmpeg -version