Saturday, September 3, 2016

How To Install OpenShot Video Editor 2.1 released On Ubuntu

   OpenShot Video Editor is a free, open-source video editor for Linux. OpenShot can take your videos, photos, and music files and help you create the film you have always dreamed of. Easily add sub-titles, transitions, and effects, and then export your film to DVD, YouTube, Vimeo, Xbox 360, and many other common formats.
 

OpenShot Video Editor 2.1 changelog 

 Misc Improvements
  •     Custom Profile Support
  •     Improved 1.x Project Support
  •     Improved Translations (fixed many spots that were not being correctly translated)
  •     Improved Debug Support (in the Preferences you can enable debug mode, which dramatically slows down everything, but creates some great debug log files in the /.openshot_qt/ folder)

Bug Fixes
  •     Fixed a regression on the Split Video screen
  •     Fixed Animated Title screen regression
  •     Long timelines now supported (up to 48 hours). This was actually a pretty nasty bug, which was causing issues on any project with more than 1 hour of video.
  •     Memory Leaks - The largest leaks have now been plugged
  •     And lots of minor bug fixes

Installation instructions:

In order to successfully install OpenShot on Ubuntu, you have to add the PPA to your system, update the local repository index and install the openshot-qt package:


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

$ sudo apt-get update

$ sudo apt-get install openshot-qt
Optional, to remove OpenShot, do:

$ sudo apt-get remove openshot-qt

No comments:

Post a Comment