How to Install VidCutter on Ubuntu 22.04 or 20.04

VidCutter, a free and open-source video editing software, is designed for Linux-based operating systems. It is lightweight, user-friendly, and equipped with both basic and advanced editing features. VidCutter allows you to cut, split, and merge video files easily. Additionally, you can add text overlays, image overlays, and audio tracks to your videos. VidCutter also has various transitions, including fade, slide, and crossfade. Moreover, it supports various video formats, including MP4, MKV, AVI, FLV, and more.

Unique Benefits of VidCutter

Here are some of the unique benefits of VidCutter against its competitors:

  • VidCutter is easy to install and use, making it an ideal video editing tool for beginners and professionals.
  • VidCutter is fast and stable, so you can edit your videos without experiencing any lag or freezing.
  • VidCutter is lightweight, using minimal system resources, allowing you to edit videos on even low-spec machines.
  • VidCutter is open-source, ensuring regular updates and improvements from the developer community at no cost.

If you’re looking for reliable and easy-to-use video editing software for your Linux-based operating system, VidCutter is a great choice. Its basic and advanced features make it a versatile tool for all your video editing needs.

This guide will demonstrate how to install VidCutter on Ubuntu 22.04 Jammy Jellyfish or Ubuntu 20.04 Focal Fossa using the APT package manager or Snapcraft with the command line terminal.

Method 1: Install VidCutter with PPA

Step 1: Update and Upgrade System Packages

Before installing VidCutter, you must ensure that your system packages are up-to-date. To do this, open the terminal and run the following command:

sudo apt update && sudo apt upgrade

This command will update your package list and install any available updates.

Step 2: Install the Required Packages

Before adding the VidCutter PPA, ensure your system has installed the necessary packages. Use the following command to install them:

sudo apt install ca-certificates apt-transport-https software-properties-common lsb-release -y

This command will install the necessary packages required during the import process.

Step 3: Initialize GPG Keyring

The next step is to initialize the GPG keyring and create the necessary directories for the import process. Use the following command:

sudo gpg --list-keys

This command will create the required directories:

gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created

Step 4: Add GPG Key to Keyring Directory

To add the GPG key for the VidCutter PPA to the /usr/share/keyrings/ directory, run the following command:

sudo gpg --no-default-keyring --keyring /usr/share/keyrings/vidcutter.gpg --keyserver keyserver.ubuntu.com --recv-keys C2FA7C8EF5B0D10DCCE1ED2D9BCA8B4F51A082C4

This command adds the GPG key to the keyring directory, ensuring it can only be used for the VidCutter installation.

Example output:

gpg: keybox '/usr/share/keyrings/vidcutter.gpg' created
gpg: key 9BCA8B4F51A082C4: public key "Launchpad PPA for ozmartian" imported
gpg: Total number processed: 1
gpg:               imported: 1

Step 5: Add VidCutter Launchpad PPA to System

With the GPG key imported, the next step is to add the VidCutter PPA to your system. Use the following command:

echo "deb [signed-by=/usr/share/keyrings/vidcutter.gpg] https://ppa.launchpadcontent.net/ozmartian/apps/ubuntu $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/vidcutter.list

This command will add the VidCutter repository to your Ubuntu system.

Step 6: Install VidCutter

Now, update your package list and install VidCutter with the following commands:

sudo apt update
sudo apt install vidcutter

This command will install VidCutter on your Ubuntu system.

Method 2: Install VidCutter with Snapcraft

The second option to install VidCutter on Ubuntu is to use Snapcraft, a feature similar to Flatpak but made by the same company behind Ubuntu. Snapcraft is not as popular as Flatpak among the general Linux population, but it works well on Ubuntu, given that Canonical is pushing to use snaps more.

Before installing VidCutter with Snapcraft, you must install the Snap manager on your system. If it was removed previously, use the following command to reinstall it:

sudo apt install snapd -y

Next, install the core files for SNAP to avoid any issues using the following command:

sudo snap install core

Now install VidCutter using the following command:

sudo snap install vidcutter

This command will install VidCutter on your Ubuntu 22.04 Jammy Jellyfish or Ubuntu 20.04 Focal Fossa using Snapcraft with the command line terminal.

How to Launch VidCutter

After installing VidCutter on Ubuntu using either APT or Snapcraft, you can launch the application from the command terminal. Here’s how:

Method 1: Launch VidCutter with APT Method

To launch VidCutter with the APT method, open the command terminal and enter the following command:

vidcutter

This will launch the VidCutter application.

Method 2: Launch VidCutter with Snap Method

To launch VidCutter with the Snap method, open the command terminal and enter the following command:

sudo snap run VidCutter

Method 3: Launch VidCutter with the application icon

If you have installed VidCutter on your system, you can easily find the application icon to launch it from your application menu. Here’s how:

  1. Click on the “Activities” button on the top left corner of your Ubuntu desktop.
  2. In the search bar, type “VidCutter”.
  3. Click on the VidCutter icon to launch the application.

Alternatively, the VidCutter application icon on the “Show Applications” screen can be found. Here’s how:

  1. Click on the “Activities” button on the top left corner of your Ubuntu desktop.
  2. Click on “Show Applications” at the bottom of the Activities overview.
  3. Scroll down until you find the VidCutter icon.
  4. Click on the VidCutter icon to launch the application.

By following these methods, you can easily launch VidCutter from the command terminal or find the application icon to launch it from the application menu.

Example of VidCutter application icon on Ubuntu:

If you’re new to VidCutter on Ubuntu Linux, here are some tips to help you get started:

  • Import your video: To begin using VidCutter, import the video you want to edit by clicking “Open Media” on the main screen and selecting the video file.
  • Use the basic editing tools: VidCutter’s basic editing tools are located at the bottom of the main screen. These tools can trim, cut, and split your video.
  • Utilize the advanced editing features: VidCutter offers advanced editing features such as adding audio tracks, text overlays, and image overlays to your video. You can access these features by clicking the “Advanced” button on the main screen.
  • Preview your video: Before exporting it, preview it by clicking the “Play” button on the main screen.
  • Export your video: After editing it, export it by clicking the “Export” button on the main screen. VidCutter supports a wide range of video formats, so choose the format that works best for you.

Example of VidCutter on Ubuntu Desktop:

Additional Tips

How to Update VidCutter

Keeping VidCutter up-to-date is important to ensure you have access to the latest features and bug fixes. Here’s how to update and remove VidCutter on Ubuntu Linux, depending on the method used:

APT Update Method:

To update VidCutter installed via APT, use the following command:

sudo apt upgrade && sudo apt upgrade

This command will update your package list and install any available updates.

Snap Update Method:

To update VidCutter installed via Snap, use the following command:

sudo snap refresh

This command will update VidCutter to the latest version available via Snap.

How to Remove (Uninstall) VidCutter

If you no longer require VidCutter on your system, here’s how to remove it:

APT Remove Method:

To remove VidCutter installed via APT, use the following command:

sudo apt remove vidcutter

This command will remove the VidCutter package from your system, including any dependencies that are no longer needed.

Snap Remove Method:

To remove VidCutter installed via Snap, use the following command:

sudo snap remove vidcutter

This command will remove the VidCutter snap from your system.

Conclusion

In conclusion, installing VidCutter on Ubuntu Linux is a straightforward process, with two options available using either APT or Snapcraft. After installation, launching VidCutter can be done via the command terminal or the application menu. VidCutter offers basic and advanced editing features, including adding audio tracks, text overlays, and image overlays. To get the most out of VidCutter, familiarize yourself with keyboard shortcuts and seek help from online tutorials or Linux community forums. Remember to keep VidCutter up-to-date and remove it from your system if it is no longer needed.

Additional Resources

  • VidCutter GitHub Repository: https://github.com/ozmartian/vidcutter The official GitHub repository for VidCutter provides the source code, installation instructions, and information on the latest updates and features.
  • VidCutter Releases: https://github.com/ozmartian/vidcutter/releases This page lists all the VidCutter releases, allowing users to download specific versions and view release notes.
  • VidCutter Launchpad PPA: https://launchpad.net/~ozmartian/+archive/ubuntu/apps The official VidCutter PPA on Launchpad offers the latest version of VidCutter and makes it easy to install and update the software using APT on Ubuntu.
  • VidCutter Snap Package: https://snapcraft.io/vidcutter, The official Snap package page for VidCutter, provides information on the latest version, its features, and installation instructions for Snap users.
  • Snapcraft: https://snapcraft.io/ Snapcraft is the app store for Linux, allowing users to find and install software on their systems easily. The website provides detailed information on Snap packages and installation methods.
  • Ubuntu Launchpad: https://launchpad.net/ubuntu The official Ubuntu Launchpad page lists all the available packages and PPAs, providing an essential resource for advanced users to explore various software options.

Share to...