Lossless Cut, the popular free open-source video cutting/trimming tool, updated recently with full-screen support.
There are a few tools to cut out a fragment of a video in Linux, besides using heavy video editor application (e.g., Kdenlive and OpenShot). They include Video Trimmer, VidCutter.
However, Lossless Cut is my top favorite one! It lets you quickly extract the good parts from your videos and discard many gigabytes of data. It’s extremely fast because it does almost direct data copy instead of re-encoding with the power of FFmpeg library.
Add video filters -> BLACKDETECT in app menu: create clips via black frame detection.
Automatic chapters created per clip in your list
Add “Edit chapter name” option to right-click on a click option.
External media file joins issue were fixed.
Added new “Enable use of PBOs” setting under the Video category
OSD (on-screen display) text defined for all user actions + standardised OSD case and wording/format.
Improvements to Snap, Appimage, Flatpak, and UI.
How to Install VidCutter 6.0 in Ubuntu:
The Appimage is available for download at the release page (see the previous link). And the snap package is on the way.
To install the traditional .deb packages, VidCutter 6.0 is available via the developer’s PPA for Ubuntu 18.04 and Ubuntu 16.04.
1. Open terminal by either pressing Ctrl+Alt+T on keyboard or searching for “terminal” from software launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:ozmartian/apps
Type your user password (no asterisks feedback) when it prompts and hit Enter.
2. Then install VidCutter either via Synaptic Package Manager or by running 2 commands in terminal:
sudo apt update
sudo apt install vidcutter
Uninstall:
You can remove the developer’s PPA repository via Software & Updates -> Other Software:
The snap package of VidCutter, a free and open-source video cutting and joining software, now is available.
Which means you can search for and install the software directly from Ubuntu Software app:
Snap package, the universal Linux app packaging format, runs in sandbox and comes with most required libraries bundled. It runs in all current Ubuntu releases.
For Ubuntu 16.04 and Ubuntu 14.04, you need to first install the snapd daemon by opening terminal via Ctrl+Alt+T and running command:
sudo apt install snapd snapd-xdg-open
Then you can install the snap in ALL current Ubuntu releases either via Ubuntu Software or by running command in terminal:
snap install vidcutter
Once installed, launch it from your application launcher and enjoy!
Media stream support for use when clips are all derived from the same source media OR media files added manually all share the same codecs, formats, etc.
Migrated main toolbar buttons from QToolBar + QActions to new custom widget VCToolBarButton handling QPushButton with attached.
Tools section added to settings for setting paths to three main tools used by VidCutter
Ability to set clip index list to the left or right (default) of main window.
Support for WTV (.wtv – Windows Recorded TV Show) media files
Required dependency of PyOpenGL for users on slightly older Ubuntu, Fedora
Fullscreen mode rewrite for Qt 5.10 changes + better support in wayland.
OpenGL helpers added to X11 and Wayland based Linux platforms
Updated keyboard shortcuts to include some added keyboardand mouse based shortcuts.
How to Install VidCutter 5.5.0 in Ubuntu:
For Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04, the new release can be installed via its official PPA.
1. Open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ form app launcher. When it opens, run command:
sudo add-apt-repository ppa:ozmartian/apps
Input your password (no visual feedback while typing) when it prompts and hit Enter.
2. Then install Vidcutter either via your system package manager or run commands:
For other Ubuntu editions and Linux distributions, an executable file Appimage (make executable in file Properties -> Permissions) is available for download in the above link.
Uninstall:
To remove the PPA, open ‘Software & Updates’ utility and navigate to Other Software tab.
To remove the video cutting software, either use your system package manger or run command: