Prerequisites - mihaly044/streamscraper GitHub Wiki

Prerequisites

FFmpeg is required for the application to function and it needs to be downloaded/installed separately if running on Linux.

FFmpeg on Windows

On Windows, download a x32 shared build from ffmpeg's page and place ffmpeg.exe besides streamscraper.exe

Note: The current prebuilt versions of streamscraper already contains ffmpeg.

FFmpeg on Unix-like systems

Install the appropriate package for your system. For example, on Debian, you'd say

sudo apt-get install -y ffmpeg