FFmpeg - Wieku/danser-go GitHub Wiki
Disclaimer!
In case you are gonna use FFmpeg only for danser, you dont need to do any of the steps, danser already comes with a ffmpeg installation of its own now, follow them only if you downloaded one of the old versions where the folder "ffmpeg" is not already inside dansers files after its extraction.
Introduction
To use certain features in danser, which is background video playback and offscreen recording, you need to have ffmpeg and ffprobe CLI tools installed.
How to install (Windows)
Download win64-gpl-shared latest version from https://github.com/BtbN/FFmpeg-Builds/releases
Installation only for danser
Extract everything (you can skip ffplay) from bin directory to danser's directory like this:
Global installation (because FFmpeg is cool)
- Create an
FFmpeg
directory inC:\Program Files\
, soC:\Program Files\FFmpeg
- Extract everything from downloaded archive to the newly created directory so it looks like this:
- Add
C:\Program Files\FFmpeg\bin
directory to System's Path: - You need to close the console window (if you had it opened) and open it again, otherwise it won't notice that FFmpeg had been installed.
How to install (Linux)
Download an ffmpeg
package using package manager installed on your system, eventually do the same as in #Installation only for danser but download linux64-gpl-shared
version of FFmpeg