> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# HandBrake 1.10 Adds Social Media Presets: Convert Videos Under 10MB for Instagram, TikTok, and More
- URL: https://itsfoss.com/news/handbrake-1-10-release/
- Published: 2025-08-12T07:11:01.000Z
- Updated: 2025-08-13T04:41:18.000Z
- Description: These new presets optimize videos for social media posting.
- Author: Sourav Rudra
- Tags: Application Releases, News, #Import 2025-11-08 21:15

[HandBrake](https://itsfoss.com/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*](https://en.wikipedia.org/wiki/Brain%5Frot?ref=itsfoss.com)).

## 🆕 HandBrake 1.10: What's New?

[](https://itsfoss.com/content/images/2025/08/flameshot-13-0-about-configuration-dialogs.jpg)

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](https://opus-codec.org/?ref=itsfoss.com) and [Vorbis](https://xiph.org/vorbis/?ref=itsfoss.com) passthrough validation in [WebM](https://www.webmproject.org/?ref=itsfoss.com) 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](https://en.wikipedia.org/wiki/SubRip?ref=itsfoss.com)/UTF-8 subtitles now pass through to [MKV](https://www.matroska.org/index.html?ref=itsfoss.com) without conversion to [SSA](https://fileformats.fandom.com/wiki/SubStation%5FAlpha?ref=itsfoss.com) format.

Other **notable updates** include:

- Better framerate in high-resolution Framerate Shaper processing.
- Updated core libraries, including FFmpeg 7.1.1, x264 165 r3222, and SVT-AV1 3.1.0.
- New Hungarian and Galician translations while removing unmaintained language packs.
- VideoToolbox AV1 hardware decoding and Metal-accelerated subtitle rendering on macOS.

## 📥 Get HandBrake 1.10

All **Linux** users can get this release via [Flathub](https://flathub.org/apps/fr.handbrake.ghb?ref=itsfoss.com) 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](https://ubuntuhandbook.org/index.php/2025/08/handbrake-1-10-0-released-with-new-presets-ppa-updated/?ref=itsfoss.com#:~:text=For%20Ubuntu%20users%20who%20prefer%20the%20native%20.deb%20packages%2C%20I%E2%80%99ve%20built%20the%20release%20package%20into%20this%20unofficial%20PPA%20for%20Ubuntu%2022.04%20%28arm64%20build%20somehow%20failed%29%2C%20Ubuntu%2024.04%20and%20Ubuntu%2025.04.) 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.
```

🚧

[PPA](https://itsfoss.com/ppa-guide/)s come with inherent risks, so always verify sources before adding them to your system.

You can also **manually install HandBrake 1.10** using the Flatpak package directly from the GitHub [releases page](https://github.com/HandBrake/HandBrake/releases/tag/1.10.0?ref=itsfoss.com). 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
```

![a terminal window that shows the flatpak install command being used to install the flatpak package for handbrake 1.10](https://itsfoss.com/content/images/2025/08/handbrake-1-10-flatpak-package-manual-installation.png)

📋

You might be prompted for your user password during installation, enter it to continue.

For platforms like **Windows** and **macOS**, you can find the relevant packages on the [official website](https://handbrake.fr/downloads.php?ref=itsfoss.com), and **for existing users**, it's recommended to finish any pending encodes before upgrading to this release.

[HandBrake 1.10](https://handbrake.fr/downloads.php?ref=itsfoss.com)

**Suggested Read** 📖

[Linux’s Favorite Screenshot Tool Flameshot 13.0 Arrives After 3-Year HiatusA good comeback in this strange year.![](https://itsfoss.com/content/images/icon/android-chrome-192x192-189.png)It's FOSS NewsSourav Rudra![](https://itsfoss.com/content/images/thumbnail/flameshot-13-0-release.png)](https://itsfoss.com/flameshot-13-0-release/)