Archives For November 30, 1999

HandBrake video transcoder reached 1.1.0 release a few days ago. Now you can install it in Ubuntu 18.04, Ubuntu 17.10, Ubuntu 16.04, and Ubuntu 14.04 via the official PPA repository.

HandBrake 1.1.0 is a big release with redesigned main window for consistency and usability, new and improved official presets. Other changes include:

  • Add new preset controls directly in main workflow
  • Add new summary tab for overview of settings at a glance
  • Updated interface icons to support high resolution displays
  • Add new presets for Vimeo and YouTube
  • Add new 2160p/4K device presets for Apple TV, Chromecast, Fire TV, and Roku
  • Add additional 2160p/4K Matroska presets
  • Add new Production presets for post-production video editing workflows
  • Improve Intel QuickSync Video support
    • Add Linux support (experimental)
    • Add 10-bit H.265/HEVC encoding support for Kaby Lake and newer CPUs
    • Add support for multiple GPUs via D3D11 encode path
  • And many bug fixes and improvements. See release page for details.

How to Install HandBrake 1.1.0 in Ubuntu:

The official HandBrake PPA built the new release packages earlier today.

All current Ubuntu releases and derivatives can install HandBrake 1.1.0 via following steps:

1. Open terminal either via Ctrl+Alt+T or by searching “terminal” from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:stebbins/handbrake-releases

Input your password (no visual feedback while typing due to security reason) when it prompts and hit Enter to continue.

2. Then use Synaptic package manager or run following commands to install the video transcoder:

sudo apt-get update

sudo apt-get install handbrake-gtk handbrake-cli

Note: If you installed the distribution build of HandBrake from Ubuntu Software, you need to remove it before installing the new release from PPA.

Uninstall:

To remove the software, simply run command in terminal:

sudo apt-get remove --autoremove handbrake-gtk handbrake-cli

And launch “Software & Updates -> Other Software” to remove PPAs.

The open-source video transcoder HandBrake 1.0.7 was released hours ago. It’s official PPA now provides the latest packages for Ubuntu 17.04 Zesty.

By releasing version 1.0.4, 1.0.5, and 1.0.6 within a few hours, the developer finally announced HandBrake 1.0.7 to supersede previous releases.

HandBrake 1.0.7 changelog:

  • Video:
    • Fixed decoding of raw video in Matroska/MKV
    • Fixed time stamp handling for containerless raw video
    • Fixed memory leaks in OpenCL
    • Fixed x265 2-pass encoding where video frame rate is altered by filters
    • Improved handling of very small amounts of sync jitter (~1 tick)
    • Improved handling of AVI files with broken indices
  • Audio: Further refined fix for Libav crash encoding AAC at very high bitrates
  • Subtitles
    • Removed fontconfig dependency on Mac and Windows; libass now uses CoreText/DirectWrite
    • Improved subtitle font selection when burning in SRT/SSA subtitles
  • Command line interface: Fixed preset subtitle burn defaults override
  • Build system: Updated MinGW-w64 build script for improved compatibility with hardened GCC
  • Linux:
    • Fixed video preset control not updating
    • Fixed audio passthru masks not updating until preset save
    • Fixed application of SRT subtitles offset
    • Updated translations: af, cs, ja_JP, ru, sk, sv
  • Windows; Fixed When Done option not updating/resetting correctly

How to Install HandBrake via PPA in Ubuntu:

The official HandBrake PPA provides the new 1.0.4 release at the moment for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, and derivatives, e.g., Linux Mint 17, 18, and Elementary OS Loki.

1. To add the PPA, open terminal by pressing Ctrl+Alt+T or searching for “Terminal” from start menu. When it opens, run command:

sudo add-apt-repository ppa:stebbins/handbrake-releases

Type in your password (no visual feedback due to security reason) and hit Enter.

2. Then check updates and install the new release via commands:

sudo apt-get update

sudo apt-get install handbrake-gtk handbrake-cli

If you have a previous released installed, you may also upgrade it using Software Updater:

How to Remove:

The PPA repository can be removed or disabled by launching Software & Updates utility and navigate to Other Software tab. And handbrake can be removed via command:

sudo apt-get remove handbrake-gtk handbrake-cli && sudo apt-get autoremove

handbrake_icon2

After 13 years of development, the open-source handbrake video transcoder finally reached the 1.0.0 release with many new features, miscellaneous improvements and fixes.

The HandBrake Team announced the 1.0.0 release on Christmas Eve 2016. It features:

  • New online documentation at https://handbrake.fr/docs
  • Completely overhauled the official presets
  • New JSON-based preset system including command line support
  • New JSON-based API for interacting with libhb
  • Improvements to audio/video sync engine
  • VP9 video encoding via libvpx
  • Intel QuickSync Video H.265/HEVC encoder
  • Ultra HD / 4K color pass through
  • Opus audio encoding/decoding via libopus
  • Passthru now supports E-AC-3, FLAC, and TrueHD audio formats
  • Other improvements and fixes. See here for details.

handbrake-1-0

How to Install HandBrake 1.0.0 in Ubuntu / Linux Mint:

The official PPA repository has made the new release for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Linux Mint 17 and 18.

1. To add the PPA, open terminal (Ctrl+Alt+T) and run the following command:

sudo add-apt-repository ppa:stebbins/handbrake-releases

handbrake-ppa

2. For those who have installed handbrake from Ubuntu’s main repository archive, remove it either via Ubuntu Software Center or using the command:

sudo apt remove handbrake && sudo apt autoremove

3. Finally install the 1.0.0 release via commands:

sudo apt update

sudo apt install handbrake-gtk handbrake-cli

For those who have installed a previous gtk build from the handbrake PPA, upgrade it via Software Updater:

upgrade-handbrake-ubuntu

How to Uninstall:

To remove the PPA build of Handbrake video transcoder, run command:

sudo apt remove handbrake-gtk handbrake-cli && sudo apt autoremove

And the PPA can be removed via Other Software tab of Software & Updates utility.

handbrake-logo

Handbrake, the popular video transcoder and DVD ripper, has reached the 0.10.2 release with a number of bug fixes and performance improvements.

Handbrake 0.10.2 is the second release for the 0.10 branch. Its official release note and the full changelog can be found at this page.

handbrake-0.10.2

How to install handbrake 0.10.2 in Ubuntu:

For Ubuntu 14.04, Ubuntu 14.10, and Ubuntu 15.04, the latest release has been made into its official PPA repository.

Below is how to add the repository (to receive future updates) and install handbrake both GUI and command line tool.

NOTE: If you have installed the default version of handbrake available in Ubuntu Software Center, you may have to remove it before doing below steps!

1. First open terminal from the Dash/Launcher, or by pressing Ctrl+Alt+T on keyboard. When it opens, run command:

sudo add-apt-repository ppa:stebbins/handbrake-releases

handbrake-ppa

2. After adding the PPA via above command, you can either install handbrake by running below commands one by one:

sudo apt-get update

sudo apt-get install handbrake-gtk handbrake-cli

or use Synaptic Package Manager (available in Software Center) to update and install handbrake:

install-handbrake

3. Due to a bug related to the Unity overlay scrollbars, there’s a blank widgets issue which can be fixed by running below command to edit handbrake’s .desktop file:

gksudo gedit /usr/share/applications/ghb.desktop

Install gksu from Software Center if the command doesn’t work. When the file opens, change the value of Exec to env LIBOVERLAY_SCROLLBAR=0 ghb %f so it look likes:

disable-overlay-scrollbars

That’s it. Enjoy!

handbrake ubuntu 15.04

While Ubuntu repositories only provide an old version, the popular Handbrake video transcoder has reached the 0.10.1 release for a while. And there are hundreds of new features, changes, and bug fixes in the new releases.

At the moment, the official Handbrake PPA does not contain the packages for Ubuntu 15.04. We can alternatively install Handbrake 0.10.1 in Vivid either from Marc Deslauriers’s PPA (unofficial) with black widgets fixes or using the official .deb installer for Ubuntu 14.10 Utopic.

HandBrake with blank widget

HandBrake with blank widget

Install HandBrake 0.10.1 from Marc Deslauriers’s PPA

Open terminal from the Dash or by pressing Ctrl+Alt+T on keyboard. When it opens, run below commands one by one:

sudo add-apt-repository -y ppa:mdeslaur/handbrake

sudo apt-get update

sudo apt-get install handbrake

The packages in the PPA were built with Unity’s Overlay Scrollbars disabled to fix the blank widgets (see picture above) issue.

Install HandBrake 0.10.1 using .deb for 14.10 Utopic:

If you want download the .deb installer for 14.10 from the links below:

.deb installer for 64-bit

.deb installer for 32-bit

Once downloaded, open the package with Ubuntu Software Center from its context (right-click) menu and click install it.

To manually fix the blank widgets issue, disable overlay scrollbar for Handbrake only by running below command to edit its .desktop file:

gksudo gedit /usr/share/applications/ghb.desktop

Install gksu from Software Center if the command doesn’t work. When the file opens, change the value of Exec to env LIBOVERLAY_SCROLLBAR=0 ghb %f so it look likes:

disable-overlay-scrollbars

That’s it. Enjoy!

Handbrake Video Transcoder Sees A New Release

Last updated: March 10, 2015

handbrake ubuntu 14.04

The open source video transcoder Handbrake 0.10.1 was released recently with various fixes. The developers are working on the next major release Handbrake 1.0.

In an attempt to move away from our yearly release cycle, we have decided to start publishing interim fix releases. 0.10.1 marks the first of these releases. It’s focus is to fix some common bugs rather than introduce the new features we are working on in the background for 1.0.

Handbrake 0.10.1 in Ubuntu 14.04

Release highlights in Handbrake 0.10.1:

  • Various bug fixes for all platforms and the core engine.
  • Updated x265 to 1.5 which brings numerous bug fixes and some performance improvements.

Install or Upgrade to Handbrake 0.10.1 in Ubuntu:

The developer has made the binaries into PPA, available for Ubuntu 14.04, Ubuntu 14.10, and/or Linux Mint 17/17.1.

To add the PPA, open terminal from the Dash or by pressing Ctrl+Alt+T on keyboard. When it opens, run:

sudo add-apt-repository ppa:stebbins/handbrake-releases

After that, upgrade Handbrake through Software Updater. Or install it by running below commands in terminal:

sudo apt-get update

sudo apt-get install handbrake-gtk

handbrake ubuntu 14.04

The HandBrake video transcoder got a new update recently by releasing the 0.10 release, which brings hundreds of new features, changes, and bug fixes.

HandBrake is a free and open-source multithreaded transcoding app, available for Windows, OS X and Ubuntu. After several beta and RC releases, version 0.10 was finally released one year and a half after the last 0.9.9 release.

HandBrake 0.10 in Ubuntu 14.10

What’s new in HandBrake 0.10:

The new release introduced several new encoders:

  • Intel QuickSync Video, a hardware based H.264 encoder that is available on Intel CPUs. Currently, QSV is only supported on Windows. Linux support will be available in future release.
  • H.265 is now available through x265 1.4. It’s still under heavy active development and is only going to improve over time!
  • Deprecated Theora (VP3) in favour of VP8 which is a more modern encoder offering better quality encodes at lower file sizes.
  • Due to GPL compatibility issues, LibFaac has been replaced by the libav AAC encoder as the default for Windows and Linux.
  • Added the FDK AAC encoder for Windows and Linux as a optional compile-time option. The Mac release will continue to use CoreAudio as the default.
  • A number of the core libraries including x264 and libav has been updated.

The HandBrake 0.10 also brings the new NLMeans filter that offers much higher quality denoising. In addition to the default Lanczos scaling algorithm, HandBrake now offers BiCubic scaling on Windows via OpenCL.

The audio and subtitle controls have been overhauled to support default behaviours which can be stored in presets. This simplifies the workflow for many batch encoding scenarios. For Linux, now requires GTK+ 3.

For more details, check out the release note.

How to Install HandBrake 0.10 in Ubuntu 14.04, Ubuntu 14.10:

The developer has made the binary packages into the official HandBrake PPA, available for Ubuntu 14.10, Ubuntu 14.04 LTS, and Linux Mint 17.

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

sudo add-apt-repository ppa:stebbins/handbrake-releases

Type in your user password when it asks and press Enter to continue.

After that, install HandBrake via your package manager after checking for updates. Or just run the commands below one by one:

sudo apt-get update

sudo apt-get install handbrake-gtk handbrake-cli

That’s it. Enjoy!

handbrake ubuntu 14.04

HandBrake, a free and open source video transcoder, finally gets an update by releasing 0.10 beta. It has been such a long time since the last v0.9.9.

Today we are releasing the first of several beta’s for the 0.10 release with the hope of releasing a final build sometime in the next couple of months.
The 0.10 release will give us the opportunity to push out many improvements, but allow us to continue working on the new API we have planned for the 1.0 release.

Handbrake 0.10 beta in Ubuntu 14.04

Changes in HandBrake 0.10:

Core:

  • Intel QuickSync Video Encode / Decode support.(Windows only currently)
  • DXVA Hardware Decode support (Experimental and Windows only)
  • Choice of Scalers: Lanczos, Bicubic (OpenCL) (Experimental)
  • hqdn3d filter now accepts individual settings for both chroma channels (Cr, Cb)
  • New NlMeans? denoiser. This is very slow, but results are significantly better than hqdn3d.
  • Added Windows Phone 8 Preset
  • Updated Libraries: x264 r2431-ac76440, Libav v10.1, libbluray 0.5.0
  • Libavformat is now used for muxing instead of mp4v2 and libmkv
  • The LibAV AAC encoder is now the default as FAAC has been removed.
  • H.265 encoder (Experimental – available when compiled from source with –enable-x265)
  • Added VP8 Encoder (using libvpx), available in MKV files only.
  • Removed mcdeint deinterlace and decomb modes. This relied on the snow encoder in libav which has been was removed by upstream.
  • Bug fixes and Misc Improvements

Linux:

  • Automatic audio and subtitle track selection behaviours which can be stored per preset.
  • Improvements to Auto-Naming feature.
  • Batch Add to queue by list selection.
  • Russian and Czech Translations
  • Bug fixes and Misc Improvements
  • Requires GTK3

Install HandBrake 0.10 beta in Ubuntu 14.04:

The new release is available in the snapshots PPA for Ubuntu 14.04 and its derivatives. To install it, press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run the commands below one by one:

sudo add-apt-repository ppa:stebbins/handbrake-snapshots

sudo apt-get update 

sudo apt-get install handbrake-gtk

Or you can grab the .deb package directly from the launchpad page.

via: handbrake.fr

How to Install Handbrake in Ubuntu 14.04 Trusty

Last updated: November 30, 2014

handbrake ubuntu 14.04

Handbrake is a free and open source tool for converting video from nearly any format to a selection of modern, widely supported codecs. It was originally developed by Eric “titer” Petit in 2003 to make ripping a film from a DVD to a data storage device easier. Since then, it has undergone many changes and revisions.

Handbrake Supports:

Input:

Handbrake can process most common multimedia files and any DVD or BluRay sources that do not contain any kind of copy protection.

Output:

  • File Containers: .MP4(.M4V) and .MKV
  • Video Encoders: H.264(x264), MPEG-4 and MPEG-2 (libav), and Theora(libtheora)
  • Audio Encoders: AAC, CoreAudio AAC/HE-AAC (OS X Only), MP3, Flac, AC3, or Vorbis
  • Audio Pass-thru: AC-3, DTS, DTS-HD, AAC and MP3 tracks

handbrake ubuntu 14.04

Instal Handbrake in Ubuntu:

Handbrake 0.10 released, and you can install it via the developer’s PPA in Ubuntu 14.04 or Ubuntu 14.10. Just run commands below one by one in terminal:

sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update
sudo apt-get install handbrake-gtk handbrake-cli

The official download link will point Ubuntu users to the launchpad PPA, which only supports Ubuntu 13.04 Raring and earlier. I’ve tested the raring’s build in Ubuntu 14.04 Trusty and fortunately it works!

Handbrake now is available in the default Ubuntu repositories since 14.04 trusty, so all we need to do is update the system and then search for and install the package in Ubuntu Software Center.

install handbrake ubuntu 14.04

When done, open the video transcoder from Unity Dash and enjoy!

handbrake ubuntu 13.10

This tutorial is going to show beginners how to install the popular handbrake video transcoder in Ubuntu 13.10 Saucy while the PPA is not ready.

HandBrake is a general-purpose, free, open-source, cross-platform, multithreaded video transcoder software application. It’s available in its PPA for Ubuntu 13.04 Raring, Ubuntu 12.10 Quantal, Ubuntu 12.04 Precise, Ubuntu 11.10 Oneiric and their derivatives.

Install Handbrake Ubuntu 13.10:

To get started, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands one by one:

1. Download the deb for Raring. Check 32-bit or 64-bit by top-right shutdown menu -> About This Computer.

For 32-bit:

wget https://launchpad.net/~stebbins/+archive/handbrake-releases/+files/handbrake-gtk_0.9.9ppa1~raring1_i386.deb

For 64-bit:

wget https://launchpad.net/~stebbins/+archive/handbrake-releases/+files/handbrake-gtk_0.9.9ppa1~raring1_amd64.deb

2. Then install the package via:

sudo dpkg -i handbrake-gtk_0.9.9ppa1~raring1_*.deb

3. Fix the dependency problem:

sudo apt-get -f install

That’s it. Enjoy!

handbrake in ubuntu 13.10