Categories: Ubuntu

How to Install and Use the Handbrake on Ubuntu 22.04

HandBrake is a fantastic tool for capturing videos and converting them to other formats. This video transcoder supports a variety of codecs and formats such as MP4, MKV, or WebM. HandBrake also has the feature to compress the videos to make them suitable to save the disk space. Moreover, this tool also supports the easy conversion approach so that the users can easily control the conversion process. HandBrake tool also has cross-platform support, which means you can use Linux, Windows, and macOS. Here are a few basic features that HandBrake includes:
  1. Convert any source video into MP4, MKV, or WebM format
  2. Sponsored
  3. Resize and crop the original video
  4. Restore the old video
  5. The artifacts that are caused by telecine and interlacing are removed
  6. Mix the discrete surround sound with stereo or matrixed surround
  7. Adjust the audio volume levels and the dynamic range of audio types
  8. Add or remove the subtitles and preserve the existing ones
  9. Compress the size of the original video

In this tutorial, we will explain the different methods to install and use HandBrake on Ubuntu 22.04

How to Install and Use HandBrake on Ubuntu 22.04

Let’s divide this section into multiple parts to explain every possible information to install and use HandBrake.

Install HandBrake from the Repository
First, you need to update the system as per the latest updates available:

sudo apt update

Now, run the following command to start the installation process of HandBrake:

sudo apt install handbrake –y

Install HandBrake from Flatpak
Let’s start the process by installing Flatpak in the system:

sudo apt install flatpak –y

After installing Flatpak, reboot the system. Then, run the following command to install HandBrake:

flatpak install flathub fr.handbrake.ghb –y

Once you are done, execute any of the following commands to launch the HandBrake right from the terminal:

handbrake
Or
ghb

If you want to launch HandBrake through Flatpak, run the following command:

flatpak run fr.handbrake.ghb

Alternatively, you can launch HandBrake from the “Application Menu” and search for it in the “Search Menu”.

Sponsored

How to Use HandBrake
First, click “Open Source” to select the video that you want to convert. After selecting the file, you can now click on “Presents” and then select the format as per your needs:

Finally, click on the “Start” button to start the conversion process of the video file:

How to Uninstall HandBrake
To uninstall HandBrake from your Ubuntu machine, you can run the following command in the terminal:

sudo apt-get remove handbrake –y

Similarly, you can uninstall the HandBrake from Flatpak, but you must first find the Application ID. Hence, run the following command:

flatpak list

Once you get the Application ID, use the following command to remove HandBrake:

flatpak uninstall application-id>

Conclusion

We explained everything about HandBrake and how to use it in Ubuntu. It is a fantastic tool to convert and compress the videos. HandBrake also supports various features which you can use to easily change your video file’s format. Moreover, we walked you through the simple approach to opening and using HandBrake with no issues.

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

2 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

3 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

3 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

4 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

5 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

6 days ago