Skip to content

2.2.5

Compare
Choose a tag to compare
@ozmartian ozmartian released this 25 Jan 20:41
· 1423 commits to master since this release

Cross-platform Qt5 based app for quick and easy video trimming/splitting and merging/joining for simple quick edits. FFmpeg drives the backend with a stylishly hand edited Qt5 UI. A FFmpeg static binary is preinstalled for both Windows and macOS releases.

For non-windows, use your o/s package manager if on Linux and homebrew for Mac OS X to manage FFmpeg. It is most likely already installed on your Linux or macOS machine.

Windows + macOS Users

Installers for Windows (64bit + 32bit) and macOS (64bit only) are available below.

Linux Users

Only install via PyPi if you are using something other than ArchLinux or an Ubuntu/Debian derivative (Ubuntu, Mint, Elementary, Debian Jessie etc...)

ArchLinux users can install directly from AUR, package is available in both stable and git-latest versions:

AUR: vidcutter, vidgutter-git

Ubuntu/Mint/Debian users can install via Launchpad PPA.

ppa:ozmartian/apps

If you are new to PPAs then just issue the following commands in a terminal:

sudo add-apt-repository ppa:ozmartian/apps
sudo apt-get update

You should now be able to search for vidcutter in your chosen package management software (synaptic, Ubuntu software centre, apt-get etc.)

All other Linux users including Debian users on Debian 8 Jessie or below can install from PyPi. Debian cannot use the PPA/DEB because the version of Qt in your repositories is 5.3 which is too old. VidCutter requires Qt 5.5 and above.

Issuing the following command should should be all you need to do for a complete install or version upgrade:

sudo pip3 install --upgrade vidcutter

Homepage: http://vidcutter.ozmartians.com