OpenShot 2.4 Released! How to Install it in Ubuntu

OpenShot Video Editor

The openshot video editor has reached the 2.4 release earlier today with stability improvements. Here’s how to install it in all current Ubuntu releases.

OpenShot 2.4 mainly features following changes:

  • Vastly improved stability, improved undo/redo history (now being saved inside each project file).
  • Fixed Image Sequence exporting. Supports PNG, JPG, PPM, BMP and a few others.
  • Added ‘Audio Only’ and ‘Video Only’ export options.
  • New freeze and zoom menu
  • Prevent crashes related to too many threads
  • Fix many crash issues and other bugs.
  • See the release note for details.

openshot 2.4

How to Install OpenShot 2.4 in Ubuntu:

A 64-bit AppImage is available for download at the link below. Just download, make executable and run the file to launch OpenShot:

Download OpenShot AppImage

For traditional packages, OpenShot’s official PPA contains the .deb packages for Ubuntu 14.04, Ubuntu 16.04, and Ubuntu 17.04, though OpenShot 2.4 build it not ready at the moment of writing.

1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:

sudo add-apt-repository ppa:openshot.developers/ppa

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. Then upgrade the editor via “Software Updater”, if you have a previous openshot-qt package installed.

Or run commands to check updates and install / upgrade OpenShot:

sudo apt-get update

sudo apt-get install openshot-qt

Uninstall:

To uninstall openshot video editor, run following command in terminal:

sudo apt-get remove --autoremove openshot-qt

And remove the PPA by launching “Software & Updates” and navigating to Other Software tab.

Source