Skip to content

v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 14:12
· 1 commit to main since this release

What's new in v1.0.1

  • Fixed macOS Discord Rich Presence: the CI build never injected the
    Discord client ID, so RPC silently stayed disabled in every macOS
    release build (v1.0.0 included). It now works.

Installation

Platform File
Debian / Ubuntu / Mint (x86_64) segmenter_*_amd64.debsudo apt install ./segmenter_*.deb
Debian / Ubuntu / Mint (arm64) segmenter_*_arm64.debsudo apt install ./segmenter_*.deb
Fedora / RHEL / openSUSE (x86_64) segmenter-*.x86_64.rpmsudo dnf install ./segmenter-*.rpm
Fedora / RHEL / openSUSE (aarch64) segmenter-*.aarch64.rpmsudo dnf install ./segmenter-*.rpm
Arch / Manjaro PKGBUILD — drop it in a directory and run makepkg -si
Sandboxed, any distro Segmenter-*-x86_64.flatpakflatpak install ./Segmenter-*.flatpak
Any Linux (no install) Segmenter-*-x86_64.AppImagechmod +x and run
Windows 10/11 x64 Segmenter-windows-x64.zip — unzip and run Segmenter.exe
macOS 12+ (Apple Silicon + Intel) Segmenter-macos-universal.zip — unzip and run; unsigned, so right-click → Open the first time

The AppImage bundles Qt and needs no installation; the Flatpak is
fully sandboxed and bundles its own ffmpeg/libvlc; the .deb/.rpm
are smaller because they use the Qt and VLC your distribution
already ships.

ffmpeg and ffprobe must be on PATH for the frame strip, the
waveform and RCD scanning (the Flatpak already bundles them):
sudo apt install ffmpeg / sudo dnf install ffmpeg-free /
winget install Gyan.FFmpeg.

Optional on Linux (already included in the Flatpak): libsecret-1-0
/libsecret stores API keys in your keyring instead of a
permission-restricted file, and tesseract-ocr-eng/
tesseract-langpack-eng enables the visual pass that tells closing
credits from a preview.

Full Changelog: v1.0.0...v1.0.1