Archives For handbrake

Handbrake 1.1.1, the first bug-fix release for Handbrake 1.1 series, was released yesterday.

Handbrake 1.1.1 release highlights:

  • Fixed a potential crash in the comb detection filter
  • Fixed a potential crash in the padding filter
  • Fixed decoding certain very high bit rate ultra-high definition sources with extra large packets
  • Fixed last frame in source video missing in output
  • Fixed crash when decoding an empty audio track
  • Updated libraries: libvpx 1.7.0 (VP8/VP9 video encoding), x264 155 r2901 (H.264/AVC video encoding)
  • Fixed issues occurring when running multiple HandBrake instances simultaneously
  • Miscellaneous bug fixes and improvements

How to Install HandBrake 1.1.1 in Ubuntu:

The official HandBrake PPA has built the 1.1.1 release for Ubuntu 18.04, Ubuntu 17.10.

The Ubuntu 16.04 and Ubuntu 14.04 builds are broken at the moment, check the PPA link before getting started.

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.

Handbrake Video Transcoder Sees A New Release

Last updated: March 10, 2015

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.

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, 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.

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