Skip to content

Installation

Janis Hutz edited this page Jun 10, 2023 · 4 revisions

Standard Version installation

Linux

You may download the deb or rpm package (corresponding to your distro) or the PKGBUILD (for Arch & derivatives, not available yet) from the releases tab on the "code" page.

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
  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.

Clone this wiki locally