Updated Installation (markdown)

Janis Hutz
2023-06-10 06:55:49 +00:00
parent b7bbe00c57
commit 403afe55ce

@@ -5,6 +5,17 @@ You may download the deb or rpm package (corresponding to your distro) or the PK
## Windows ## Windows
You may download the installer from the code page under the releases tab. 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 # 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. 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.