v1.0.0
Installation
| Platform | File |
|---|---|
| Debian / Ubuntu / Mint (x86_64) | segmenter_*_amd64.deb — sudo apt install ./segmenter_*.deb |
| Debian / Ubuntu / Mint (arm64) | segmenter_*_arm64.deb — sudo apt install ./segmenter_*.deb |
| Fedora / RHEL / openSUSE (x86_64) | segmenter-*.x86_64.rpm — sudo dnf install ./segmenter-*.rpm |
| Fedora / RHEL / openSUSE (aarch64) | segmenter-*.aarch64.rpm — sudo dnf install ./segmenter-*.rpm |
| Arch / Manjaro | PKGBUILD — drop it in a directory and run makepkg -si |
| Sandboxed, any distro | Segmenter-*-x86_64.flatpak — flatpak install ./Segmenter-*.flatpak |
| Any Linux (no install) | Segmenter-*-x86_64.AppImage — chmod +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...v1.0.0