Archives For November 30, 1999

The OpenShot video editor announced the new 3.1.0 feature release few days ago. Here are the new features and how to install guide for Ubuntu users.

OpenShot 3.1.0 features a new output video profile dialog, with more than 400 profiles support. Which, are also fully searchable.

The release also added more robust time remapping implementation, including audio resampling support for backward and forward videos, and time keyframes support using Bezier curves to incrementally speed up / slow down video and audio.

The Undo/Redo feature has been improved with multi-step edits, such as slicing a clip into 2 clips or removing a track.

  • Support waveform visualizations for audio-only files.
  • Improve Caption effect with better VTT/Subrip support.
  • Caption effect font_size moving from “Points” to “Pixels”
  • Caption effect default properties have been changed with High DPI support.
  • Clip caching, memory leak fixes, prevent zombie threads
  • FrameMapper & Clip objects now include extra caching and optimizations

For more about OpenShot 3.1.0, see the official release note.

How to Install OpenShot 3.1.0 in Ubuntu:

The software has an official Ubuntu PPA with all current Ubuntu releases and their based systems support.

1. First, press Ctrl+Alt+T on keyboard to open terminal. When it opens, paste the command below into terminal and hit Enter to add PPA:

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

Type user password when it asks (no asterisk feedback) and hit Enter to continue.

2. Ubuntu 20.04 and higher will automatically refresh system package cache while adding PPA. Though old Ubuntu 18.04 and Linux Mint do not.

To manually update the cache, run command:

sudo apt update

3. Finally, either install the video editor by running command in terminal:

sudo apt install openshot-qt python3-openshot

Or use ‘Software Updater’ to update it from an already installed package.

Uninstall:

To remove the Ubuntu PPA, either open “Software & Updates” and delete the source from ‘Other Software’ tab:


or run the command below in terminal:

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

And remove the editor for choice by running command:

sudo apt remove --autoremove openshot-qt python3-openshot

OpenShot video editor 2.5.1 was released a day ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, and derivatives via PPA.

OpenShot 2.5.1 features faster performance, huge optimizations with effects, and improved UTF-8 character support. Release highlights include:

  • UTF-8 Project Encoding Bug Fix (for non-ASCII characters)
  • Auto-Repair UTF-8 Corrupted Projects
  • Thumbnail Server UTF-8 Encoding
  • Fixed Broken Color-Shift and Shift Effects
  • Optimize Saturation, Hue, Blur, Wave, Brightness, Pixelate Effects
  • Frame: Fix interlaced AddImage
  • Raise Preview Cache to CPUs X 8 Frames (max 64)
  • Enhance Json Data Handling
  • Improve Travis Speed (remove homebrew from Mac builds)
  • Auto-Update HEX Version (for older CMake versions)

How to Install OpenShot 2.5.1 in Ubuntu:

1. Open terminal from software launcher (or press Ctrl+Alt+T), when it opens, run command to add the PPA:

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

Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter.

2. Then run following commands one by one to refresh repository cache and install OpenShot:

sudo apt update

sudo apt install openshot-qt

Also it’s recommended to upgrade your system libraries via sudo apt upgrade to avoid launching issue.

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.

OpenShot video editor 2.5.0 was released a few days ago with exciting new features hardware acceleration support.

OpenShot 2.5.0 brings experimental support for hardware acceleration. You will see some new options available if you have a supported encoder/decoder. This can result in a huge performance improvement on some systems.

It has also completely rewritten the keyframe system to deliver real-time interpolated values, and no longer cache the entire value set.

Other changes in openshot 2.5.0 include:

  • Export and Import of EDL and XML.
  • Improved Thumbnail generation via a local HTTP server
  • Blender 2.8+ support
  • Ability to recover previous saves
  • many fixes and improvements to SVG support.
  • Improved preview window resizing in OpenShot
  • Disable metrics until opt-in
  • Export, built, and Cross-platform improvements.

How to Install OpenShot 2.5.0 in Ubuntu:

OpenShot has an official PPA repository that contains the latest packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10 though it’s not updated at the moment for the new release.

1.) You can add the PPA repository by running command in terminal (Ctrl+Alt+T), so to receive future software updates via Software Updater utility.

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

2.) Then install the video editor via commands:

sudo apt update

sudo apt install openshot-qt

Alternatively you may simply download the 64-bit .appimage file from OpenShot website:

Right-click on the .appimage and make it executable in the file ‘Properties > Permissions’. And finally run the .appimage to launch Openshot video editor 2.5.0.

Openshot video editor released version 2.4.4 a few days ago. The stable PPA has built the packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10.

OpenShot 2.4.4 includes fixes and improvements to keyframe scaling, better timeline and preview performance, improved SVG rendering via the resvg library, improved docking & tracks, user-defined Export presets, new translations, constant rate factor support, and various other changes.

How to Install OpenShot 2.4.4 in Ubuntu:

1. Open terminal from software launcher (or press Ctrl+Alt+T), when it opens, run command to add the PPA:

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

Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter.

2. Then run following commands one by one to refresh repository cache and install OpenShot:

sudo apt-get update

sudo apt-get install openshot-qt

For Ubuntu 18.04 and higher, apt-get update is not required.

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.

OpenShot video editor 2.4.3 was released a few days ago with animated Masks, nudge, zoom fixes, improved stability, and more.

OpenShot 2.4.3 release highlights:

  • Masks and transitions can now be modified at any time, and can now use an image or video! This utilizes the grayscale of each frame and converts it into a mask, and can be used to create some really amazing effects.
  • Threading improvements help prevent crashing around effects (including masks and transitions), and improve performance on many systems.
  • Save frame button for quickly saving the current preview frame
  • Huge improvement to language translations (Thanks to Frank Dana – ferdnyc)
  • Animated Masks: New “reader” property type, initially used by the Mask effect to change the image/video used by transitions and the Mask effect
  • Add Save Current Frame button.
  • New translation & language infrastructure and logic.
  • And many other changes. See the release note.

How to Install OpenShot 2.4.3 in Ubuntu:

The Ubuntu binary packages now is in testing stage. It will be published in the stable PPA (check the link before getting started) in 2 or 3 days.

At that time, you can install OpenShot 2.4.3 in Ubuntu 18.04, Ubuntu 16.04, Ubuntu 14.04, and Linux Mint 19/18 via following steps:

1. Open terminal from software launcher (or press Ctrl+Alt+T), when it opens, run command to add the PPA:

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

Type your user password (no asterisks feedback) when it prompts and hit Enter.

2. Then run following commands one by one to refresh repository cache and install 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.

OpenShot video editor 2.4.2 was released a day ago with exciting new effects, tons of bug fixes, and performance improvements.

OpenShot 2.4.2 release highlights:

  • 7 New Effects (Crop, Hue, Color Shift, Pixelate, Bars, Wave, Shift)
  • Auto audio mixing strategy per clip (average, reduce, or none)
  • Auto-Rotates any Clip with Reader metadata ‘rotate’ attribute.
  • Experimental codecs now supported in FFmpeg/LibAV
  • Many improvements for Audio playback, stability, export dialog, etc.
  • And numerous bug-fixes. See release note for details.

How to Install OpenShot 2.4.2 in Ubuntu:

OpenShot’s official PPA now contains the 2.4.2 release packages for Ubuntu 14.04, Ubuntu 16.04, and Ubuntu 17.10, and Ubuntu 18.04.

1. Open terminal (either via Ctrl+Alt+T or by searching for ‘terminal’ from app launcher) and run command to add the PPA:

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

Input your password (no visual asterisks 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 libopenshot*

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.

OpenShot 2.4.1 Available for Install via Ubuntu PPA

Last updated: November 25, 2017

OpenShot video editor reached the 2.4.1 release two weeks ago. Now it’s finally available in PPA for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04.

OpenShot 2.4.1 release highlights:

  • Improved image quality.
  • Improved playback smoothness.
  • Improved stability (especially for Windows)
  • New video tutorials
  • Stability improvements and more. See the release note.

How to Install OpenShot 2.4.1 in Ubuntu:

The PPA does not support Ubuntu 17.10 so far. However, a 64-bit AppImage is available for download at the link below. Just download, make executable and run the file to launch OpenShot:

For traditional packages, OpenShot’s official PPA contains the .deb packages for Ubuntu 14.04, Ubuntu 16.04, and Ubuntu 17.04:

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 libopenshot*

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.

OpenShot 2.4 Released! How to Install it in Ubuntu

Last updated: September 11, 2017

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.

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:

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.

OpenShot video editor 2.3.3 was released earlier today with many serious stability fixes. The official PPA has updated for all current Ubuntu releases.

OpenShot 2.3.3 fixed up to 25 top crashes and errors. Changes in Openshot 2.3.3 include:

  • Fixed SpaceMovie 3D animated title alpha key frames
  • Fixed bug when selecting effect on a clip
  • Fixed backup recovery issue which would not refresh the timeline on load.
  • Fixed bug destroying the lock file
  • Added C++ exception parsing from archived exception data.
  • Adding a script to parse and aggregate Python error logs for OpenShot
  • Another attempt to fix the race condition causing the “zipimport.ZipImportError: can’t decompress data; zlib not available” when launching a frozen version of OpenShot.
  • Fixed a common error on the title editor
  • Removed NVidia driver from AppImage
  • libopenshot depenency to 0.1.6

How to Install Openshot in Ubuntu via PPA:

For Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, and their derivatives, the latest release can be installed via the official OpenShot PPA by following the steps below one by one:

1. Open terminal via Ctrl+Alt+T or by searching “Terminal” from start menu. When it opens, run command to add the PPA:

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

Type in your password (no visual feedback due to security reason) and hit Enter.

2. Then check updates and install openshot 2.3.3 via commands:

sudo apt-get update

sudo apt-get install openshot-qt

Uninstall:

To remove the PPA repository, go to System Settings -> Software & Updates -> Other Software tab.

To the openshot-qt package, either use your system package manager or run command:

sudo apt-get remove openshot-qt && sudo apt-get autoremove

The Openshot video editor has reached the new stable 2.3 release today. Here’s how to install it in Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, Linux Mint 17 & 18, and their derivatives.

Openshot 2.3 is one of the biggest release filled with new features, performance improvements, and tons of bug fixes! Release highlights include:

  • A new transform tool, allows real-time transformations in the video preview window.
  • Zooming the timeline has been greatly improved.
  • The razor tool from OpenShot 1.4.3 has returned
  • Many improvements to the Title Editor and Animated Title Editor.
  • Preview has own dedicated video player, allows multiple preview windows at the same time.
  • Huge performance improvements for real-time previews
  • New documentation (English only so far)
  • Audio, Export dialog, and other improvements. See release note.

How to Install OpenShot 2.3 via PPA:

The OpenShot Stable PPA has built the new packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, and Linux Mint 17 & 18.

1. Open terminal via Ctrl+Alt+T or by searching “Terminal” from start menu. When it opens, run command to add the PPA:

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

Type in your password (no visual feedback due to security reason) and hit Enter.

2. If you have a previous Qt version (no the stock version in Ubuntu Software) installed, now launch Software Updater to upgrade Openshot after checking for updates.

Or run the commands below one by one in terminal to check updates and install Openshot 2.3:

sudo apt-get update

sudo apt-get install openshot-qt

Uninstall:

The PPA repository can be easily removed by launching Software & Updates and navigating to Other Software tab. And the openshot-qt package can be removed either via your package manager or by running command:

sudo apt-get remove openshot-qt && sudo apt-get autoremove