Arch Linux Introduces Bumpbuddy for Faster, Smarter Package Maintenance
Bumpbuddy helps Arch Linux keep packages fresh and up to date.
These new presets optimize videos for social media posting.
HandBrake remains the go-to video transcoder for users worldwide. The open source tool handles everything from basic format conversion to advanced compression tasks across Linux, Windows, and macOS.
The software has consistently delivered reliable performance for both casual users and professionals. Its straightforward interface masks powerful encoding capabilities that rival proprietary alternatives.
I've been using HandBrake for years, dating back to my early YouTube content creation days. The tool just works. And now, with the release of HandBrake 1.10, it's better suited for today's short-attention span content (yes, including brainrot).
Known as "Social 10MB," these presets convert videos for social media sharing, with outputs ranging from 720p, 540p, or 360p @60 FPS. The presets use H.264 encoding with AAC audio in MP4 format, keeping file sizes under 10 MB for clips up to 30, 60, or 120 seconds depending on your chosen resolution.
Similarly, video encoding gets a new Color Range option to control reference black and white values. Users can choose between "Same as source," "Limited," or "Full" depending on their output requirements.
For Linux, specifically, there are several targeted fixes, including Opus and Vorbis passthrough validation in WebM containers, a fix for a crash when removing items from queue, and audio bitrate validation improvements.
Audio and subtitle handling sees significant improvements with new options to disable track name passthrough and autonaming. SubRip/UTF-8 subtitles now pass through to MKV without conversion to SSA format.
Other notable updates include:
All Linux users can get this release via Flathub by running the following command:
flatpak install flathub fr.handbrake.ghb
Note that the Flathub repository was still showing the older 1.9.2 release at the time of writing, but the 1.10 update should roll out shortly.
If you're on Ubuntu, you can install it through UbuntuHandbook's unofficial PPA maintained by Ji M:
sudo add-apt-repository ppa:ubuntuhandbook1/handbrake
sudo apt update
sudo apt install handbrake handbrake-cli #You can skip this if you don't want the CLI version.
You can also manually install HandBrake 1.10 using the Flatpak package directly from the GitHub releases page. Download the .flatpak
file from the page, where you'll also find the complete release notes and changelog.
After getting the package, open the terminal and switch to the directory where the file is located (the Downloads folder in my case) using the cd
command and install the package by running:
flatpak install Handbrake-1.10.0-x86_64.flatpak
For platforms like Windows and macOS, you can find the relevant packages on the official website, and for existing users, it's recommended to finish any pending encodes before upgrading to this release.
Suggested Read 📖
Stay updated with relevant Linux news, discover new open source apps, follow distro releases and read opinions