How to install Openshot 2.3 on Ubuntu 17.04

To install Openshot 2.3 on Ubuntu 17.04

OpenShot Video Editor is a free, cross-platform, open-source video editor. OpenShot can take videos, photos, music files and helps the user to create any type of film. It also supports several enhancement options like sub-titles, transitions, and effects, and then it can also be used to export the completed film to DVD, YouTube, Vimeo, Xbox, PlayStation, and many other common formats. It contains preview and has its own dedicated video player, allows multiple preview windows at the same time. This tutorial covers the installation procedure of Openshot video editor 2.3 in Ubuntu 17.04.

Installation procedure

To start the installation procedure, execute the following command to install the required openshot repositories.

root@linuxhelp:~# add-apt-repository ppa:openshot.developers/ppa
 This PPA contains the current stable version of OpenShot Video Editor.
If you would rather the bleeding-edge version, check out the following URL:
https://launchpad.net/~jonoomph/+archive/openshot-edge
 More info: https://launchpad.net/~openshot.developers/+archive/ubuntu/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keybox ' /tmp/tmpsvt6adel/pubring.gpg'  created
gpg: /tmp/tmpsvt6adel/trustdb.gpg: trustdb created
gpg: key 52165BD6B9BA26FA: public key " Launchpad OpenShot Development PPA"  imported
gpg: Total number processed: 1
gpg:               imported: 1
OK

The repositories are added to the system. Now update your system by executing the apt-get update command.

root@linuxhelp:~# apt-get update
Hit:1 http://in.archive.ubuntu.com/ubuntu zesty InRelease                      
Get:2 http://in.archive.ubuntu.com/ubuntu zesty-updates InRelease [89.2 kB]    
Get:3 http://ppa.launchpad.net/pogo-dev/stable/ubuntu zesty InRelease [15.4 kB]
Get:4 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu zesty-backports InRelease [89.2 kB]  
Get:6 http://ppa.launchpad.net/pogo-dev/stable/ubuntu zesty/main i386 Packages [624 B]
Get:7 http://ppa.launchpad.net/pogo-dev/stable/ubuntu zesty/main amd64 Packages [624 B]
Get:8 http://in.archive.ubuntu.com/ubuntu zesty-updates/main amd64 Packages [165 kB]
Get:9 http://ppa.launchpad.net/pogo-dev/stable/ubuntu zesty/main Translation-en [540 B]
.
.
.
Get:24 http://security.ubuntu.com/ubuntu zesty-security/universe amd64 Packages [53.3 kB]
Get:25 http://security.ubuntu.com/ubuntu zesty-security/universe amd64 DEP-11 Metadata [14.4 kB]
Get:26 http://security.ubuntu.com/ubuntu zesty-security/universe DEP-11 64x64 Icons [31.0 kB]

The system is updated with the required repositories. Install the Openshot application by executing the following command.

root@linuxhelp:~# apt-get install openshot-qt
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libavresample3 libjsoncpp1 libmagick++-6.q16-7 libopenshot-audio5
  libopenshot12 libqt5clucene5 libqt5designer5 libqt5help5 python3-openshot
  python3-pyqt5 python3-pyqt5.qtmultimedia python3-pyqt5.qtopengl
  python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-sip python3-zmq
Suggested packages:
  
.
.
.
.
Setting up python3-pyqt5.qtsvg (5.7+dfsg-5) ...
Setting up python3-pyqt5.qtopengl (5.7+dfsg-5) ...
Setting up python3-pyqt5.qtmultimedia (5.7+dfsg-5) ...
Setting up openshot-qt (2.3.4+0+823+114+201706010527~ubuntu17.04.1) ...
Processing triggers for libc-bin (2.24-9ubuntu2) ...

The openshot application is installed successfully. To run the application, type the application name in the Ubuntu dashboard and click on the icon to run the application.

Now you can use Openshot Video editor to edit your videos and preview it easily.

The installation procedure of Openshot video editor is done without any glitches.

FAQ
Q
How to obtain Libopenshot?
A
Libopenshot is the new video framework of the Openshot Video Editor done by developpers of this project. But you can use it independently.

here are the same.



Basically, you can compile them of the same way i.e :

mkdir build

cd build

cmake ../

make

sudo make install
Q
HOW TO: Install libx264 and libmp3lame
A
To fix this problem in Ubuntu / Debian, use the following steps:



Step 1) Open Synaptic Package Manager

Step 2) Search on "libavformat"

Step 3) We need to install the alternate version of libavformat... the one with h.264 and mp3 codecs. These package names vary from distribution to distribution, but it should be something similar to:

a) libavformat-extra

b) libavformat-unstripped

Step 4) Close and re-launch OpenShot. You should now be able to use libmp3lame, h.264, and many other restricted formats.
Q
How to check whether the package is installed or not?
A
You can try "apt cache" command
Q
I need to get stable releases of ppa and also extensible ones?
A
please follow their official website "https://www.openshot.org/ppa/"
Q
what are its essential features?
A
Suppoerts all sorts of audio,video and image formats,Key Frame animation,Digital zooming of video clips and so on