Pitivi is a free and open-source video editing software available for Linux operating systems. It provides a user-friendly interface with a wide range of editing tools and effects. Some of its features include:
- Non-linear editing: Allows users to work with multiple video and audio sources on the same timeline.
- Clip trimming and splitting: Enables users to trim clips to a specific length and split them into smaller sections.
- Audio mixing: Allows users to adjust the volume and balance of audio tracks.
- Title creation: Provides tools for creating and customizing titles and text overlays.
- Keyframe animation: Enables users to create animations and transitions by setting keyframes for specific properties.
- Exporting: Provides various export options for different formats and resolutions.
Overall, Pitivi is a great option for Linux users who are looking for a free and open-source video editor with a user-friendly interface and a wide range of features.
So, we can install Pitivi Video Editor on Ubuntu Linux using below steps,
$ sudo apt install flatpak
$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
$ flatpak install flathub org.pitivi.Pitivi
During installation, you will see it getting installed as below,

Once installation is successful, you can start the Video Editor using below command,
$ flatpak run org.pitivi.Pitivi