Install VidCutter 2.6.5 on Ubuntu and Linux Mint Via PPA


VidCutter is Cross-platform Qt5 based app for quick and easy video trimming/splitting and merging/joining for simple quick edits. FFmpeg based backend, which is supplied for Windows, and written in Python3 & the excellent PyQt5 GUI framework.

VidCutter 2.6.5 ChangeLog

major fixes to ensure frame accuracy between player and backend. once loaded
a video framerate is estimated and seeking/stepping by a single step, using
arrow keys or mouse wheel should be closest to a single frame in either
direction. when marking cut points the point in time to the millisecond is also
communicated to the backend. this will all improve even further witha the next
major release which will encompass a move away from Qt's QMediaPlayer
widgets which utilise GStreamer (Linux/Mac) and DirectShow (Windows) to a
libmpv (MPV player) based client.

command line argument support added. run the app from the command line
with --help or -h for the details.

logging enabled, all issues to be dealt with can be more easily tracked via
sharing logs with app author

major code restructure for a more pluggable/adaptable architecture ie.
in future, w/ libmpv if for some reason system cannot support it then
fallback to existing backend (what we have now w/ GStreamer etc.)


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.

See the more release

How to Install VidCutter 2.6.5 on Ubuntu and Linux Mint Via PPA :

To Install VidCutter 2.6.5 on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 wily werewolf, Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Linux Mint 18, Linux Mint 17.3 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

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

Enter to continue adding PPA for ubuntu :


and update ubuntu repository :

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

Ater installation is finished, open vidcutter on ubuntu dashboard, like this :


To remove, do :
sudo add-apt-repository -r ppa:ozmartian/apps
sudo apt-get update
sudo apt-get remove vidcutter

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.