diff --git a/Installation.md b/Installation.md index 4bb1ff7..8e4a3e9 100644 --- a/Installation.md +++ b/Installation.md @@ -5,6 +5,17 @@ You may download the deb or rpm package (corresponding to your distro) or the PK ## Windows You may download the installer from the code page under the releases tab. +# FFMPEG +## Linux +Installation of ffmpeg on Linux's simple. Just open a terminal and install ffmpeg with your distro's package manager. + +## Windows +1. Download the executables [here](https://ffmpeg.org/download.html#build-windows) +2. Copy the executables (ffmpeg.exe AND ffprobe.exe) to a suitable location. +3. Open up Windows search (press the Windows key + S) and type environment variables and hit enter. +4. In the now open Window, select Path and hit edit. +5. Add the exact filepath to the location where you've put the ffmpeg & ffprobe executables and hit add. + # Bleeding Edge Version The bleeding edge version requires a valid Python >= 3.10 (only tested on those versions, older ones might work too) installation and, if you want to use the GUI, a valid electron installation. You have to keep in mind that for the GUI to work, you'll have to compile the python cli using pyinstaller. You may see how to do it in the package.sh file. \ No newline at end of file