How to cut and trim videos on Ubuntu Linux. Install VidCutter, a video cutter for Linux that can be used to crop videos on Linux Ubuntu. VidCutter is a 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 app can be used to split large videos and merge them creating a new video file. It also brings some powerful video editing features.
Install VidCutter on Ubuntu
Run the following commands in terminal to install VidCutter on Linux Ubuntu Systems, via ozmartian PPA:
sudo add-apt-repository ppa:ozmartian/apps
sudo apt update
sudo apt install vidcutter
Once installed, open VidCutter from Ubuntu Dash or Terminal.
Uninstall VidCutter on Ubuntu
If you want to uninstall and remove the VidCutter app, run the commands:
sudo apt update
sudo apt remove vidcutter
sudo apt autoremove
More Info: http://vidcutter.ozmartians.com/