MacUpdate
Join MacUpdate
New Member

New Developer
Explore
MacUpdate Desktop
Hot Apps

Business
Dashboard
Development
Drivers
Education
MacUpdate Promo
Popular Apps

Games
Home & Personal
Internet
Multimedia & Design
Utilities
iPhone
Apps

Login
Member Login

Developer Login
About
Search Mac Apps

Search iPhone Apps

Advanced Search
HandBrake
HandBrake 0.9.6
Your rating: Now say why...

(274) 4.437956204379562

Versatile video encoder; convert any source to MPEG-4 and more.   Free
Add to my Watch List
Email me when discounted
  • Download Now
    7.1 MB
  • Download Intel
    6.8 MB (vers. 0.9.5 - OS 10.5)
  • Visit Developer's Site
    HandBrake Developers
HandBrake is a GPL'd multiplatform, multithreaded video encoding tool.

Supported Sources:
  • VIDEO_TS folder, DVD image or real DVD (unencrypted -- CSS is not supported internally and must be handled externally with third-party software and libraries), BDMV folder (unencrypted), and some .VOB and .TS files
  • Any multimedia file it can get libavformat to read and libavcodec to decode.
Outputs:
  • File format: MP4 and MKV
  • Video: MPEG-2, MPEG-4, H.264 or Theora (1 or 2 passes or constant quantizer/rate encoding)
  • Audio: AAC, HE-AAC,
What's New
Version 0.9.6:

Encoders:

  • Video:
    • updated libx264 (revision 2146)
    • MPEG-2 encoder (from libavcodec)
    • advanced options support for libavcodec encoders format: option1=value1:option2=value2-bf 2 -trellis 2 becomes bf=2:trellis=2
  • Audio:
    • audio gain control (increase/decrease audio volume)
    • updated libogg (1.3.0) and libvorbis (aoTuV b6.03)
    • new AAC encoder (from libavcodec) (considered experimental) (supported mixdowns: Mono/Stereo/Dolby?, 5.1 will come later) (should be on par with faac in terms of quality, sometimes better)
    • FLAC encoder (16-bit, MKV container only)
    • Mac OS X: HE-AAC encoding support, via Core Audio
    • quality-based variable bitrate encoding support works with: Lame MP3, Vorbis, Core Audio AAC only implemented in CLI and Linux GUI
    • AC3 encoder: set Dolby Surround flag in stream parameters when mixdown is Dolby Surround or Pro Logic II
  • Audio Passthru:
    • DTS Passthru to MP4 container (in addition to MKV) (supported by e.g. VLC, MPlayer)
    • DTS-HD Passthru (MP4, MKV containers)
    • MP3 Passthru (MP4, MKV containers)
    • AAC Passthru (MP4, MKV containers) (known issue: Magic Cookie not passed through from MPEG Program/Transport? streams, which will break playback in e.g. QuickTime Player)
    • Auto Passthru: one encoder, multiple codecs lets you define allowed codecs (from supported passthru codecs) lets you pick a fallback encoder if passthru is not possible
Muxers:
  • start MKV clusters with a video keyframe whenever possible should improve seeking and DLNA streaming
  • bug fix: use ISO 639-2 bibliographic form for MKV language codes
  • bug fix: fix crash due to division by zero in MP4 muxer
  • bug fix: fix muxing of Closed Captions. Improper interleaving broke playback on some players
Decoders:
  • Video:
    • updated libav* libraries from Libav ( http://libav.org/) (v0.7-1696-gcae4f4b, late October 2011) frame-based multithreading for H.264, VP8 10-bit decoding support for H.264, DNxHD Apple ProRes? decoding support
    • improved average framerate detection
    • duplicate frame detection for improved frame drop decision (CFR/PFR)
    • new Same as source, Constant Framerate option for devices that don't support variable framerate automatically picks a constant framerate closest to the detected average framerate
    • bug fix: fix problem when resolution changes in the middle of a video stream
  • Audio:
    • Blu-ray: make TrueHD, DTS-HD and E-AC3 Secondary Audio streams available for decoding and/or passthrough
    • bug fix: libavcodec-decoded streams can now be decoded multiple times previously, multiple decodes of the same source tracks weren't possible and audio output tracks had to be dropped
    • bug fix: fix audio screech at beginning of some audio tracks when decoding AC3
    • bug fix: fix DTS decoder audio volume (was too low)
    • bug fix: garbled audio when decoding DTS-HD audio from MKV containers
    • bug fix: fix support for DTS-HD High Resolution Audio in MPEG Transport streams
  • Subtitles:
    • updated libass (0.10.0)
    • improved handling of subtitles with overlapping timestamps
    • improved handling of DVD subtitles without Stop Display commands
    • SSA subtitles are now passed through to MKV without conversion to SRT/UTF-8
    • bug fix: fix rendering problem with SSA subtitles when no font is embedded in the source video
Demuxers:
  • improved MPEG Program/Transport? stream support support for MPEG-1 Program streams support for HD-DVD EVOB streams improved handling of Transport streams that have no PCR
  • WTV container support (via libavformat)
  • bug fix: files with more than 20 tracks (video, audio, subtitles etc.) are now supported
  • bug fix: some QuickTime MOV files were misdirected as MPEG Transport streams
  • bug fix: fix detection of TrueType? font attachments that don't have the correct MIME type
Filters:
  • new, much improved decomb filter (but slower) new settings are default old settings become decomb "Fast"
Presets:
  • improved "Normal" preset (much faster, similar file size and quality)
  • removed obsolete legacy presets
  • added new device presets for Android phones/tablets recent and/or powerful devices recommended
Mac OS X:
  • DVD decryption:
    • VLC 2.x or later will not work for DVD decryption and is therefore unsupported as of HandBrake 0.9.6
    • libdvdcss is now the preferred method for DVD decryption already works with HandBrake 0.9.5 a .pkg installer is available from Videolan
  • Build system:
    • support for Xcode 4 and Mac OS X 10.7 Lion
    • Mac OS X 10.5 "Leopard" no longer supported
Mac OS X GUI:
  • Mac OS X 10.7 Lion support:
    • bug fix: Live Preview window widgets updated to work under Mac OS X 10.7 Lion
    • bug fix: fixed positioning of widgets in the Audio panel under Mac OS X 10.7 Lion
  • Other:
    • wider main window providing more room for various widgets
Miscellaneous:
  • Target Size is gone, and isn't coming back Don't bother complaining on the forums
  • CLI: support for x264 presets, tunes and profiles new --x264-preset, --x264-tune and --x264-profile options
  • DVD: fix issues with some discs
  • DVD: improved main feature detection
  • updated libbluray (0.0.1-pre-213-ga869da8, late May 2011)
Version 0.9.6:

Encoders:

  • Video:
    • updated libx264 (revision 2146)
    • MPEG-2 encoder (from libavcodec)
    • advanced options support for libavcodec encoders format: option1=value1:option2=value2-bf 2 -trellis 2 becomes bf=2:trellis=2
  • Audio:
    • audio gain control (increase/decrease audio volume)
    • updated libogg (1.3.0) and libvorbis (aoTuV b6.03)
    • new AAC more...
Requirements
Intel, Mac OS X 10.6 or later


Related Links
Download HandBrake 0.9.5 (32-bit Intel)



MacUpdate - HandBrake




  • iFFmpeg
    +69
    Shareware $10
    Convert multimedia files ...

  • Subler
    +9
    Free
    App to mux mp4 files (beta).

  • MetaZ
    +7
    Free
    Mp4 meta-data editor.

  • MPEG Streamcli...
    +6
    Free
    Convert MPEG-1/MPEG-2 files, ...

  • MacTheRipper
    +4
    Free
    Powerful and popular DVD ripper.

  • RipIt
    +4
    Shareware $24.95
    Gets your movies off DVD and ...
HandBrake User Discussion (Write a Review)
ver. 0.x:
(274)
Your rating: Now say why...
Overall:
(274)

sort: smiles | time
burypromote
+2

+56

Steeps Patrick reviewed on 22 Mar 2012
Does the job really well. Shame it only support mp4 and mkv file formats. And why have they removed the target size feature?
GUI needs a facelift too imo :)

But hey, it is free and that is the best part.
[Version 0.9.6]


burypromote

-2

alexbrown reviewed on 05 Mar 2012
the best free dvd riper for me, but interface is pure
[Version 0.9.6]


burypromote
-1

+53
NotUsed commented on 29 Feb 2012
Great tool... but removal of Target Size option --- BOO!!!!!!!! I'll stick to 0.95 due to this and look for another tool.
[Version 0.9.6]

1 Reply

burypromote

+4
Olc replied on 03 Mar 2012
You can calculate target size easily though. It is a small drawback compared to the new "Auto passthru" feature.
burypromote

+42
Pepelepugh commented on 28 Feb 2012
It's actually version 0.9.6 - there's a typo in the headline
[Version 0.9.5]


burypromote

+129

Rubaiyat reviewed on 27 Feb 2012
Great tool and it does the job very well now.

It does sometimes crash when you have the preview on but I can work around that.

Improvements I'd love to see:

1. To be able to set .mp4 as the file extension. I hate .m4vs opening in iTunes

2. Ability to view the tracks on a RIP in an open list and control click select the ones to work on in one hit. The pull down menu only lets you select one at a time and then hides the rest. As I correct the names I have to remember which was which.

3. Help with naming the series above e.g. able to call them TV Show 23.01 through to TV Show 23.08

4. Ability to edit settings for files in queue whilst leaving it in its original queue position
[Version 0.9.5]

2 Replies

burypromote
+1

+9
Haibara replied on 28 Feb 2012
I'm not sure whether or not 0.9.5 has the option - I've been using SVN builds for a while - but in 0.9.6 and the more recent builds, at least, you can open the Preferences, General tab, and at the very bottom of the window (under the checkbox for "Output files: ( ) Use Auto Naming (uses DVD name and title number"), there's a dropdown to set the default MP4 extension Handbrake will use. It can be set to Auto, .m4v and .mp4.
burypromote
+1

+129
Rubaiyat replied on 02 Mar 2012
@Haibara The user interface is confusing because you get to choose with Format: Which works if you choose [b]Constant Quality[/b].

But if you choose [b]Average Bitrate[/b] it keeps reverting back to the .m4v extension.
burypromote

+18

Leo-Telles reviewed on 24 Feb 2012
If you work with weird clients, or keep recieving dvd and weird file formats, this is fantastic.

I used that i while ago, forgot about it, and i i "refound"it , it's perfect, a little bit complicated to achieve all the resources but its brillant.
[Version 0.9.5]


burypromote

-1

i7Joe reviewed on 16 Feb 2012
I've used HandBrake and can sat anything negative about the program. I do some video work and found it to be very useful in many cases. Love it and easy to use!
[Version 0.9.5]


burypromote

+138
Thyx commented on 16 Feb 2012
If anyone needs to tame Handbrake's consumption of CPU power:
1. Choose some preset.
2. At the end of the Advanved Option String on the Advanced tab, add :threads=2 or whatever fits your needs and system (threads = cores as I understand it).
3. And obviously, save the new preset for reuse.

I just saw a complaint/request with 12 cores on page 2, which got me to adopt it again for 2 out of 4 cores.
I first needed that option with my good old MacBook who literally couldn't take the heat of full CPU power anymore, even after cleaning etc.
[Version 0.9.5]


burypromote
-1

+138
Thyx commented on 16 Feb 2012
For anyone who might reserve some more CPU power to other processes:
At the end of the Advanved Option String on the Advanced tab, add :threads=2 or whatever fits your system (threads = cores as far as I know).
I just saw a complaint/request with 12 cores on page 2, which got me to adopt it again for 2 out of 4 cores.
I needed it first with my good old MacBook, which after cleaning etc. literally overheated at >60% CPU.
[Version 0.9.5]

1 Reply

burypromote

+138
Thyx replied on 16 Feb 2012
Yeah, double post. I didn't see this, so I added it once more.
burypromote

+11

Darren Grant reviewed on 15 Feb 2012
Fantastic app works really well and it is free !

The user interface could do with a bit of tweak to make it easier to use but does the job really well.
[Version 0.9.5]


burypromote

+19
Sp0radic had trouble on 12 Jun 2011
Doesn't work. Says "HandBrake could not find VLC or your VLC is incompatible (Note: 32 bit vlc is not compatible with 64 bit HandBrake and vice-versa)". Both my VLC and Handbrake are 64bit.
[Version 0.9.5]

2 Replies

burypromote
+1

+19
Sp0radic replied on 12 Jun 2011
Figured it out. VLC has to be at the top level of the Applications folder. I had it inside a folder and Handbrake mustn't have been able to see it there.
burypromote

+19
Sp0radic replied on 12 Jun 2011
Still couldn't make a file from an encrypted dvd. I had to resort to Windows to get the job done.
burypromote

+683
Jazzyguy had trouble on 04 Jan 2011
If You are running a G4 and you have Handbrake do NOT upgrade as the app will be useless.If you have Handbrake.93 and you launch it Handbrake will offer to give you .94 Do not take the offer.Skip it as you will end up with a useless app.If you do upgrade you will find.93 in the trash pick it out of the trash and put it back in your app folder.
[Version 0.9.5]


burypromote

Jtrent had trouble on 15 Dec 2009
I recently tried to copy a brand new DVD of both star trek and GI Joe that I bought to transfer to my iphone. For some reason when Handbrake copies the movie the chapters are out of sequence. Does anyone know why this is happening? I am using the new version of Handbrake 0.9.4
[Version 0.9.4]


burypromote

Aiminghigh had trouble on 01 Dec 2009
ANy help would be appreciated. I'm trying to rip DVDs that I own into a digital format for playing on a MAC (intel), iphone and potentially appleTV (havent bought this yet). I downloaded handbrake 0.9.4 and have tried a variety of settings for the rip but cant get the film to sync across to the iphone. I have managed to play through itunes and am happy regarding this but wanted to know if others were having problems or whether I am doing anything wrong
[Version 0.9.4]

1 Reply

burypromote

+4
Crow replied on 06 Dec 2009
Are you using the presets for iPod encoding? If the files are too large, they will not sync to your iPod/iPhone. Using the preset specifically for iPod will ensure compatibility.
burypromote
+1

+49
mac adam had trouble on 19 Jun 2009
I noticed some more "sacades" from 0.93,
I wonderer a fixed aspect ratio function ;)
[Version 0.9.3]


burypromote

+3
dbagdadi had trouble on 17 May 2009
The download I get for 0.9.3 is only an Intel binary (no PPC). Is this app no longer supported on PPC systems?
[Version 0.9.3]

1 Reply

burypromote

+3
dbagdadi commented on 17 May 2009
Nevermind! I didn't see the additional links. My bad :(
burypromote

+16
Ozzpot had trouble on 29 Dec 2008
This 0.93 update is also causing major issues for me. It now takes more than 10 minutes to even scan a DVD. 0.92 took no more than 10 seconds...

...and when it does finally finish scanning, it only seems to recognize a fraction of the titles on the disc.

I will have to revert to 0.91 as 0.92 is no longer available, and I have no backups.

Please sort this out!!! BTW by system is a 24" C2D iMac 2.8ghz, 4gb RAM, 10.5.6.
[Version 0.9.3]


burypromote
+1

+16
Sam Rowlands had trouble on 10 Dec 2008
Sadly 0.9.3 is broke for me. I tried to find somewhere on the website to submit a bug report, but it appears that the only support is the forum. 0.9.3 sits on 0.01% and never processes the movie file. I get a single entry in the console.

'12/10/08 2:04:04 PM [0x0-0x6e56e5].org.m0k.handbrake HandBrake(41890,0xb05ea000) malloc: *** error for object 0x1ddde10: double free '

I also tried to download a previous version, but could only find 0.9.1 not 0.9.2, a bit uncomfortable downgrading 2 versions, but at least I can continue to convert my DVDs so work on the iPhone.

I hope they figure this out and correct it as Handbrake has been reliable and I've been very happy with it the past.
[Version 0.9.3]


burypromote

+17
jpschuck had trouble on 24 Nov 2008
Handbrake seems to refuse MPEG-1 sources with an .mpg file extension, although they're accepted if the extension is changed to .mpeg.
[Version 0.9.3]


burypromote

Creative Native had trouble on 11 Aug 2008
I have had Harbrake for a couple of years and recently it says that no new source is found when I click on the disc yto open it, so now it has a 20% sucess rate, why is this what can I do
[Version 0.9.2]

1 Reply

burypromote

+334
MacUpdate Lon replied on 11 Aug 2008
The HandBrake support forum link can be found here:

http://handbrake.fr/?article=community

+28

Haliomaster rated on 20 May 2012

[Version 0.9.6]




MagicArt rated on 14 May 2012

[Version 0.9.6]




mlarroyd rated on 11 May 2012

[Version 0.9.6]



+233

Poikkeus rated on 08 May 2012

[Version 0.9.6]



+85

Gitteboy rated on 05 May 2012

[Version 0.9.6]



-21

TripHHH rated on 01 May 2012

[Version 0.9.6]



-189

Sir-Sixty-Nine rated on 29 Apr 2012

[Version 0.9.6]



+14

Fractalhorizon rated on 09 Apr 2012

[Version 0.9.6]




guerilla26 rated on 18 Mar 2012

[Version 0.9.6]




smadayag rated on 17 Mar 2012

[Version 0.9.6]


Downloads:979,145
Version Downloads:422,390
Type:Multimedia & Design : Video
License:Free
Date:28 Feb 2012
Platform:Intel
Price:Free0.00
Overall (Version 0.x):
Features:
Ease of Use:
Value:
Stability:
Displaying 1-10 of 340
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 >
Displaying 1-10 of 29
< 1 2 3 >
Displaying 1-10 of 62
< 1 2 3 4 5 6 7 >
-
-
-
Please login or create a new
MacUpdate Member account
to use this feature
Watch Lists are available to
MacUpdate Desktop Members
Upgrade Now
Download and auto-install
using MacUpdate Desktop. Save
time moving folders and cleaning-up.
HandBrake is a GPL'd multiplatform, multithreaded video encoding tool.

Supported Sources:
  • VIDEO_TS folder, DVD image or real DVD (unencrypted -- CSS is not supported internally and must be handled externally with third-party software and libraries), BDMV folder (unencrypted), and some .VOB and .TS files
  • Any multimedia file it can get libavformat to read and libavcodec to decode.
Outputs:
  • File format: MP4 and MKV
  • Video: MPEG-2, MPEG-4, H.264 or Theora (1 or 2 passes or constant quantizer/rate encoding)
  • Audio: AAC, HE-AAC, AC3, MP3, Vorbis, FLAC or AAC, MP3, AC3, DTS and DTS-HD pass-through (supports encoding of several audio tracks)
Misc features:
  • Chapter selection
  • Soft subtitle support (DVD/VobSub in DVD/MKV/MP4, SRT files, SRT/UTF-8 in MKV, ASS/SSA in MKV, TX3G/3GPP in MP4 - DVD/VobSub and ASS/SSA subtitles can also be burned-in the picture)
  • Picture deinterlacing, cropping and scaling
  • Grayscale encoding
Add/Update Listing About MacUpdate Desktop Career Opportunities RSS Twitter Facebook Advertise Sitemap
Copyright © 2012 MacUpdate LLC


- -