Categories: Ubuntu

HandBrake 1.7.3 Released with Bug-Fixes (Ubuntu PPA)

HandBrake video transcoder announced a new update for the 1.7.x release a few days ago.

This release includes only bug-fixes and minor improvements. They include:

    • Fix formatting leading zeros for timestamps in logs
    • Incorrect input FPS detection
    • tx3g to SSA subtitles conversion issue.
    • “All Files” open file dialog filter not really show all files in Linux.
    • add a new default audio track automatically set the gain to -20 dB
    • VideoToolbox crashes on macOS Sonoma
  • For Windows:
    • Improve security hardening of loading of DLL files within libhb by limiting search scope
    • Improve keyboard navigation on Chapters tab
    • Fix an issue that could cause encodes to appear stalled when process isolation is turned on
    • Sponsored
    • Fix an issue that could prevent QSV decode from being used when a system also has a non-Intel GPU
    • Fix an issue where the drive label was not always correctly detected

How to Install HandBrake 1.7.3

HandBrake provides official packages for downloading at its website.

For Linux, it’s universal Flatpak package runs in sandbox. Linux Mint 21 and Fedora 38/39 (with 3rd repository enabled) can install it either from Software Manager or GNOME Software.

While, Ubuntu user can install the Flatpak package by running the 2 commands below one by one in terminal (Ctrl+Alt+T):

sudo apt install flatpak
flatpak install https://dl.flathub.org/repo/appstream/fr.handbrake.ghb.flatpakref

For Ubuntu users who prefer the classic .deb package, I’ve made the package into this unofficial PPA for Ubuntu 20.04, Ubuntu 22.04, and Ubuntu 23.10 with amd64 and arm64 devices support.

1. First, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/handbrake

Type user password (no visual feedback) when it asks and hit Enter to continue.

2. After adding PPA, run command to refresh package cache, for some Ubuntu based systems that’s not doing so automatically.

sudo apt update

3. Finally, install or upgrade to the new HandBrake version by running command:

sudo apt install handbrake

For choice, you may also run sudo apt install handbrake-cli to install the command line tool.

Sponsored

When installation done, search for and launch the app from either start/application menu or ‘Activities’ overview depends on your desktop environment.

Uninstall:

To remove the Ubuntu PPA, either open terminal (Ctrl+Alt+T) and run command:

sudo add-apt-repository --remove ppa:ubuntuhandbook1/handbrake

or, just remove the source line using ‘Software & Updates’ tool under “Other Software” tab.

To remove the HandBrake video transcoder, run command:

sudo apt remove --autoremove handbrake handbrake-cli

That’s all. Enjoy!

The post HandBrake 1.7.3 Released with Bug-Fixes (Ubuntu PPA) appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

How to Install nvidia-smi on Ubuntu or Debian Linux

In this article, we will see how to install nvidia-smi on Ubuntu or Debian Linux.…

8 hours ago

How to Install clang tool on Ubuntu or Debian Linux

In this article, we will see how to install clang tool on Ubuntu or Debian…

1 day ago

How to resolve Ubuntu 20.04 Container Signature Errors on Raspberry Pi ARM Devices

When working with Docker containers on Raspberry Pi devices, you might encounter frustrating signature verification…

2 days ago

How to fix DNS Resolution Issues with OpenVPN on Ubuntu 18.04

You’ve recently upgraded to Ubuntu 18.04 and found that your OpenVPN connection no longer resolves…

2 days ago

How to Fix Ubuntu 18.04 System Monitor Launch Issues

Have you ever tried to open System Monitor on your Ubuntu 18.04 system only to…

3 days ago

What is System Hardening? Essential Checklists from OS to Applications

System hardening means locking down a system and reducing its attack surface: removing unnecessary software…

3 days ago