Just few weeks after the last release, HandBrake video transcoding released new 1.9.2 version with few more fixes.
In new HandBrake 1.9.2, it now allows muxing NVENC AV1 and VCN AV1 in WebM container. It also fixed a crash that could happen when a source contains chapters with no titles.
For Windows, the release also fixed an issue that audio track name would not reset when changing it on the audio tab track list.
Nothing else!
How to Get HandBrake 1.9.2
The official release note as well as source tarball and pre-build packages for Windows, Linux, and macOS, are available to download at the link below:
For Linux users, select download the .flatpak
package, then run command below in terminal to install:
flatpak install /path/to/the-flatpak-package
NOTE: Ubuntu does NOT support Flatpak out-of-the-box, you need to run command to install the daemon package first, then log out and back in to apply PATH variable change.
sudo apt install flatpak
For Ubuntu users who prefer the native .deb
package, I’ve built HandBrake 1.9.2 packages into this unofficial PPA for Ubuntu 22.04 (amd64 only), Ubuntu 24.04, and Ubuntu 24.10 on both amd64 and arm64 platforms.
To add the PPA and install HandBrake 1.9.2, run commands:
sudo add-apt-repository ppa:ubuntuhandbook1/handbrake sudo apt update sudo apt install handbrake
You may also install handbrake-cli
package for the CLI tool HandBrakeCLI
(case sensitive).