download.fi - Löydä ja lataa ohjelmia

Muutoshistoria ohjelmalle HandBrake (GUI)

<<Takaisin ohjelman lataussivulle

Muutokset v1.0.3 - v1.0.7



Muutokset v1.0.2 - v1.0.3



Muutokset v1.0.1 - v1.0.2



Muutokset v0.10.1 - v0.10.3



Muutokset v0.10.1 - v0.10.2 Beta 1

  • a minor bugfix release only. There are no new features.



Muutokset v0.10 - v0.10.1

  • 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
  • - Various bug fixes for all platforms and the core engine.
  • - Updated x265 to 1.5 which brings numerous bug fixes and some performance improvements.



Muutokset v0.10 - v0.10.1 Beta 1

  • 0.10.1 is a minor bugfix release only. There are no new features.



Muutokset v0.9.9 - v0.10

  • General
  • Core
  • Intel QuickSync Video Encode / Decode support.
  • Windows only currently. We hope to bring this to Linux in the future but not for 0.10.
  • Hardware Decode support via DXVA (Experimental - Windows Only)
  • Decoding of some H.264, VC1 and WMV content via the GPU.
  • Can provide a small improvement on slower hardware. Not suitable for fast CPU's
  • Choice of Scalers
  • Lanczos
  • This is currently Handbrake's default scaler and will remain so.
  • Bicubic (OpenCL) (Experimental)
  • Available on the Command Line (All Platforms) and Windows GUI. (Mac / Linux GUI's will come in a later release)
  • Currently only available in OpenCL form so requires a AMD or Intel GPU supporting OpenCL 1.1 or later. Nvidia GPU's are not currently supported.
  • When downscaling, up to 5% performance improvement can be achieved. No benefit when not downscaling.
  • Small loss in quality over the Lanczos scaler.
  • Denoise
  • 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.
  • Presets
  • Added Windows Phone 8 Preset
  • Updated Libraries
  • x264 r2479-dd79a61
  • Libav v10.1
  • libbluray 0.5.0
  • Libavformat is now used for muxing instead of mp4v2 and libmkv
  • "Large File Size" checkbox has now bee removed for mp4, as the new muxer will transition to 64bit files automatically.
  • mpeg2dec has also been replaced in favour of using libav
  • The LibAV AAC encoder is now the default as FAAC has been removed.
  • This encoder is adequate for most, but until it improves a bit further, we have enabled support for the FDK-AAC encoder also.
  • This FDK option is a temporary measure until the LibAV encoder improves.
  • Note that FDK-AAC is much slower and will likely bottleneck the encode process, but will produce better quality audio.
  • H.265 encoder
  • Using x265 v1.4
  • This encoder is still early in it's development, so is missing many H.265 features and optimisations.
  • 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
  • Windows
  • Accessibility / Usability Improvements
  • Added option to 'Use System Colors'. The app should now be more usable in a High Contrast mode.
  • Fixed Tab ordering to make the app more keyboard friendly.
  • LibHB is now used for scanning instead of the CLI.
  • Experiential Preview window is now available as a result. (Can be enabled via preferences)
  • Improved the layout and design of the Audio and Subtitle tabs.
  • Split buttons similar to the old 0.9.8 WinForms? GUI
  • Improved layout on the track listbox to make better use of the space.
  • Improvements to Auto-Naming feature.
  • When Done
  • Added an option that will reset this to 'Do nothing' when the app is closed and restarted.
  • Presets
  • New 'Presets' Menu
  • Presets bar can now be hidden if it's not wanted.
  • Numerous bug fixes
  • Fixed the Issue in the source dropdown where the drive menu items did not work when clicked.
  • Numerous fixes in the Picture settings panel around resolution calculation.
  • Numerous fixes around the way Presets are loaded and saved, particularly around Picture settings.
  • Removed Growl for Windows support due to bugs and issues with this library that remain unfixed. Project appears abandoned.
  • Many misc other fixes.
  • Windows XP is no longer supported. Windows Vista with Service Pack 2 or later is now a requirement.
  • The 32bit build of the application is now considered deprecated. This is due to 32bit process memory limitations.
  • Mac
  • Build system updates to compiled under OS X 10.9
  • Automatic audio and subtitle track selection behaviours which can be stored per preset.
  • Improvements to Auto-Naming feature.
  • Misc UI enhancements.
  • Bug fixes
  • 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
  • Command Line Interface
  • Basic support for return codes from the CLI. (0 = No Error, 1 = Cancelled, 2 = Invalid Input, 3 = Initialization error, 4 = Unknown Error")
  • Bug fixes and Misc Improvements



Muutokset v0.9.9 - v0.10 RC 1

  • General
  • Core
  • Intel QuickSync Video Encode / Decode support.
  • Windows only currently. We hope to bring this to Linux in the future but not for 0.10.
  • Hardware Decode support via DXVA (Experimental - Windows Only)
  • Decoding of some H.264, VC1 and WMV content via the GPU.
  • Can provide a small improvement on slower hardware. Not suitable for fast CPU's
  • Choice of Scalers
  • Lanczos ?This is currently Handbrake's default scaler and will remain so.
  • Bicubic (OpenCL) (Experimental) ?Available on the Command Line (All Platforms) and Windows GUI. (Mac / Linux GUI's will come in a later release)
  • Currently only available in OpenCL form so requires a AMD or Intel GPU supporting OpenCL 1.1 or later. Nvidia GPU's are not currently supported.
  • When downscaling, up to 5% performance improvement can be achieved. No benefit when not downscaling.
  • Small loss in quality over the Lanczos scaler.
  • Denoise
  • 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.
  • Presets
  • Added Windows Phone 8 Preset
  • Updated Libraries ?x264 r2479-dd79a61
  • Libav v10.1
  • libbluray 0.5.0
  • Libavformat is now used for muxing instead of mp4v2 and libmkv
  • "Large File Size" checkbox has now bee removed for mp4, as the new muxer will transition to 64bit files automatically.
  • mpeg2dec has also been replaced in favour of using libav
  • The LibAV AAC encoder is now the default as FAAC has been removed.
  • This encoder is adequate for most, but until it improves a bit further, we have enabled support for the FDK-AAC encoder also. ?This FDK option is a temporary measure until the LibAV encoder improves.
  • Note that FDK-AAC is much slower and will likely bottleneck the encode process, but will produce better quality audio.
  • H.265 encoder
  • Using x265 v1.3
  • This encoder is still early in it's development, so is missing many H.265 features and optimisations.
  • 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
  • Windows
  • Accessibility / Usability Improvements ?Added option to 'Use System Colors'. The app should now be more usable in a High Contrast mode.
  • Fixed Tab ordering to make the app more keyboard friendly.
  • LibHB is now used for scanning instead of the CLI.
  • Experiential Preview window is now available as a result. (Can be enabled via preferences)
  • Improved the layout and design of the Audio and Subtitle tabs.
  • Split buttons similar to the old 0.9.8 WinForms? GUI
  • Improved layout on the track listbox to make better use of the space.
  • Improvements to Auto-Naming feature.
  • When Done ?Added an option that will reset this to 'Do nothing' when the app is closed and restarted.
  • Presets
  • New 'Presets' Menu
  • Presets bar can now be hidden if it's not wanted.
  • Numerous bug fixes
  • Fixed the Issue in the source dropdown where the drive menu items did not work when clicked.
  • Numerous fixes in the Picture settings panel around resolution calculation.
  • Numerous fixes around the way Presets are loaded and saved, particularly around Picture settings.
  • Removed Growl for Windows support due to bugs and issues with this library that remain unfixed. Project appears abandoned.
  • Many misc other fixes.
  • Windows XP is no longer supported. Windows Vista with Service Pack 2 or later is now a requirement.
  • The 32bit build of the application is now considered deprecated. This is due to 32bit process memory limitations.
  • Mac
  • Build system updates to compiled under OS X 10.9
  • Automatic audio and subtitle track selection behaviours which can be stored per preset.
  • Improvements to Auto-Naming feature.
  • Misc UI enhancements.
  • Bug fixes
  • 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
  • Command Line Interface
  • Basic support for return codes from the CLI. (0 = No Error, 1 = Cancelled, 2 = Invalid Input, 3 = Initialization error, 4 = Unknown Error")
  • Bug fixes and Misc Improvements



Muutokset v0.9.8 - v0.9.9

  • General
  • Improved HandBrake pineapple icon by Matt Johnson
  • Improved Retina-resolution icons within the application, by Nik Pawlak http://nikpawlak.com
  • Core
  • Blu-ray (PGS) subtitle support works with Foreign Audio Search
  • can be Burned-In
  • can be passed through to MKV (but not MP4)
  • Additional video framerates 30, 50, 59.94, 60 fps
  • Double framerate ("bob") mode for the deinterlace and decomb filters
  • Better audio remix support additional mixdowns: 6.1, 7.1, 7.1 (5F/2R/LFE) CLI users should note 6ch becomes 5point1
  • better-than-Stereo sources can be upmixed to 5.1
  • discard one channel from Stereo sources Mono (Left Only), Mono (Right Only)
  • Allow the selection of higher audio bitrates where appropriate
  • Allow the selection of lower audio samplerates where appropriate 8, 11.025, 12, 16 kHz
  • Audio dithering (TPDF) when converting to 16-bit FLAC
  • Use libavcodec for DTS audio decoding (instead of libdca) DTS-ES 6.1 Discrete support
  • All graphical interfaces: support for x264's preset, tune and profile options alternative to the Advanced panel (which is still available)
  • HandBrake-specific option to ensure compliance with a specific H.264 level
  • Updated built-in presets take advantage of x264 preset/tune/profile support
  • removed increasingly suboptimal and irrelevant Legacy presets
  • Assorted bug fixes and improvements to the core library (libhb)
  • Updated libraries x264 r2273-b3065e6
  • Libav v9.6
  • libbluray 0.2.3
  • Windows
  • User Interface has been re-written in WPF Includes many small UI enhancements
  • Switched to .NET 4 Client Profile smaller download for those who don't have .NET 4 Full installed
  • Mac
  • Assorted bug fixes including better support for Retina displays
  • Prevent sleep during encoding and scanning for Mountain Lion
  • Drag & Drop files onto the Main window or application icon to scan
  • Nicer progress indication on the dock icon
  • Preview window improvements and bugfixes
  • Updated Growl to 2.0.1 Notification Center support (when Growl is not installed)
  • Linux
  • Assorted bug fixes and improvements
  • Use some system libraries rather than bundling fontconfig, freetype, libxml2, libass, libogg, libvorbis, libtheora and libsamplerate
  • Command Line Interface
  • Audio option (-a) will ignore invalid input tracks and encode with only the valid ones
  • Allow use of hh:mm:ss format when specifying p-to-p start/stop time
  • Advanced audio options enable level normalization when downmixing (disabled by default)
  • disable audio dithering or select a specific algorithm



Muutokset v0.9.9 Release Preview - v0.9.9 Release Candidate 2

  • Just a quick note to let everyone know that we have pushed out a second release candidate which includes a number of bug fixes an an update to libav 9.6 which should also squash a few issues.



Muutokset v0.9.8 - v0.9.9 Release Preview

  • General
  • Improved HandBrake pineapple icon by Matt Johnson
  • Improved Retina-resolution icons within the application, by Nik Pawlak
  • - http://nikpawlak.com
  • Core
  • Blu-ray (PGS) subtitle support
  • - works with Foreign Audio Search
  • - can be Burned-In
  • - can be passed through to MKV (but not MP4)
  • Additional video framerates ?30, 50, 59.94, 60 fps
  • Double framerate ("bob") mode for the deinterlace and decomb filters
  • Better audio remix support ?additional mixdowns: 6.1, 7.1, 7.1 (5F/2R/LFE) ¦CLI users should note 6ch becomes 5point1
  • - better-than-Stereo sources can be upmixed to 5.1
  • - discard one channel from Stereo sources ¦Mono (Left Only), Mono (Right Only)
  • Allow the selection of higher audio bitrates where appropriate
  • Allow the selection of lower audio samplerates where appropriate
  • - 8, 11.025, 12, 16 kHz
  • Audio dithering (TPDF) when converting to 16-bit FLAC
  • Use libavcodec for DTS audio decoding (instead of libdca)
  • - DTS-ES 6.1 Discrete support
  • All graphical interfaces: support for x264's preset, tune and profile options
  • - alternative to the Advanced panel (which is still available)
  • - HandBrake-specific option to ensure compliance with a specific H.264 level
  • Updated built-in presets ?take advantage of x264 preset/tune/profile support
  • - removed increasingly suboptimal and irrelevant Legacy presets
  • Assorted bug fixes and improvements to the core library (libhb)
  • Updated libraries
  • - x264 r2273-b3065e6
  • - Libav v9.3
  • - libbluray 0.2.3
  • Windows
  • User Interface has been re-written in WPF
  • - Includes many small UI enhancements
  • Switched to .NET 4 Client Profile
  • - smaller download for those who don't have .NET 4 Full installed
  • Mac
  • Assorted bug fixes
  • - including better support for Retina displays
  • Prevent sleep during encoding and scanning for Mountain Lion
  • Drag & Drop files onto the Main window or application icon to scan
  • Nicer progress indication on the dock icon
  • Preview window improvements and bugfixes
  • Updated Growl to 2.0.1
  • - Notification Center support (when Growl is not installed)
  • Linux
  • Assorted bug fixes and improvements
  • Use some system libraries rather than bundling
  • - fontconfig, freetype, libxml2, libass, libogg, libvorbis, libtheora and libsamplerate
  • Command Line Interface
  • Audio option (-a) will ignore invalid input tracks and encode with only the valid ones
  • Allow use of hh:mm:ss format when specifying p-to-p start/stop time
  • Advanced audio options
  • - enable level normalization when downmixing (disabled by default)
  • - disable audio dithering or select a specific algorithm



Muutokset v0.9.7 - v0.9.8

  • includes all the previous fixes for 0.9.6 including the new AppleTV3 preset and updated iPad preset.



Muutokset v0.9.6 - v0.9.7

  • sr55 WinGui: Forgot to bump the windows installer version :(
  • sr55 Bump version number for bugfix
  • sr55 WinGui: 0.9.x change default update check to 30 days since we don't …
  • jstebbins bugfix branch: Forgotten part of portability patches This should have been …
  • jstebbins bugfix branch: fix comb detection crash hb_detect_comb() could crash …
  • jstebbins bugfix branch: fix decomb crash decomb was allocating reference buffers …
  • jstebbins bugfix branch: fix live preview crash when generating preview while …
  • sr55 WinGui: 0.9.x Merge iPad preset changes
  • jstebbins LinGui: merge iPad changes to bugfix branch
  • sr55 0.9.x Merging: Update CLI Presets
  • sr55 0.9.x Merging: Updating the iPad preset to 720P to be a good balance for …
  • Rodeo Bugfix branch: odesc.mDataByteSize is signed.
  • Rodeo Bugfix branch: improve reliability of HE-AAC check when doing AAC …
  • jstebbins LinGui: merge preset changes to bugfix branch
  • dynaflash MacGui: Merge AppleTV 3 Preset into bugfix branch.
  • Rodeo Bugfix branch: merge encca_aac fix.
  • jstebbins bugfix branch: fix jstebbins bugfix branch, fix potential overflow in par calculations
  • jstebbins LinGui: bugfix branch, disable status icon progress when status icon is …
  • Rodeo Bugfix branch: fix HE-AAC in MKV. HandBrake's output should now play …
  • jstebbins bugfix merge: remove unnecessary include Thanks for Rogerio Brito for …
  • jstebbins bugfix merge: Add CFLAGS and LDFLAGS specified during configure to compile …
  • jstebbins merge portability patches to bugfix branch. Portability enhancements for …
  • jstebbins merge fix for libass build failure on gentoo to bugfix branch
  • jstebbins LinGui: merge fix for crash on non-ascii characters in dvd volume id to …
  • jstebbins LinGui: merge fix for destination name to bugfix branch
  • jstebbins LinGui: remove deprecated "Encoding" key from desktop file (bugfix branch)
  • Rodeo Bugfix branch: merge fix for Foreign Audio Search crash.
  • sr55 WinGui: (0.9.x) Incorporate the latest fixes into the user settings …
  • Rodeo Bugfix branch: CLI, fix mismatch between ShowHelp??() and ParseOptions??().
  • Rodeo Bugfix branch: MacGui, apply Auto Passthru settings even if the widgets …
  • jstebbins LinGui: merge fix for title count limitation to bugfix branch
  • jstebbins LinGui: merge fix for "allowed passthru" options to bugfix branch
  • jstebbins LinGui: Enable advanced options entry box for mpeg4 codec This broke when …
  • Rodeo Bugfix branch: scan, fix some 24000/1001 sources being detected as …
  • jstebbins merge various fixes from Rogerio Brito to bugfix branch
  • jstebbins merge fix for incorrect audio silence insertion to bugfix branch
  • jstebbins merge fix for preview count limit to bugfix branch
  • jstebbins merge fix for potential null pointer reference to bugfix branch
  • jstebbins LinGui: merge fix for fallback audio encoder selection to bugfix branch
  • sr55 WinGui: (0.9.x) Always pass down the --previews flag for encodes when it's …
  • sr55 WinGui: (0.9.x) File Handler was not being released, now fixed.
  • sr55 WinGui: (0.9.x) Lots of fixes to the Plist Import / Export functionality.
  • jstebbins libhb: merge fix for overlapping start time bug in CFR mode to bugfix …
  • jstebbins and really merge the broken DTS timestamp fix to bugfix branch
  • jstebbins really merge the frame count estimate fix this time to the bugfix branch
  • jstebbins merge fix for audio gaps to bugfix branch
  • jstebbins LinGui: merge queue framerate display fix to bugfix branch
  • jstebbins merge fix for TS streams that have no PAT or PMT to bug fix branch
  • jstebbins LinGui: merge audio fallback fix to bugfix branch
  • Rodeo 0.9.x: add Auto Passthru support to manicure.
  • Rodeo 0.9.x: add "Web Optimized" support to manicure. Patch by Sam Homer, …
  • sr55 WinGui: Turn Full debug on for the Windows GUI, and include pdb's in the …
  • sr55 WinGui: (0.9.x) Fix Default preset option not working for custom presets.
  • sr55 WinGui: (0.9.x) Add additional framerates.
  • Rodeo Fix loop counter decrement in CFR frame duplication code (0.9.x branch).
  • Rodeo Add framerate values for 30, 50, 60000/1001 and 60 fps to 0.9 branch. …
  • jstebbins libhb: merge fix for early termination of PCR-less streams to bug fix …
  • jstebbins libhb: merge tivo stream detection fix to bug fix branch
  • sr55 WinGui: (0.9.x) Fix an issue with the Query Parser Utility Class which …
  • sr55 WinGui: (0.9.x) Fix an issue with the update check / build number storage …
  • sr55 WinGui: (0.9.x) Fix an issue with Autonaming destination file with …
  • sr55 WinGui: Fixed a display issue on the audio mixdown control when …
  • sr55 WinGui: 0.9.x branch switch installer to use .NET 4 Client Profile. …
  • sr55 WinGui: 0.9.x branch switch installer to use .NET 4 Client Profile.
  • sr55 WinGui: Fix preferred Subtitle language key. Default value as null in …
  • sr55 WinGui: Updating doc files in 0.9.x branch.
  • jstebbins Fix p-to-p start time seeking in TS files
  • sr55 WinGui: Add missing HandBrakePlatform? key to the settings file. It should …
  • sr55 0.9.x branch creation



Muutokset v0.9.5 - v0.9.6



Muutokset v0.9.4 - v0.9.5

  • Core Library
  • BluRay disc structure support. (No decryption support)
  • Updated Libraries (x264, ffmpeg)
  • SSA Subtitle support. (Including burn-in)
  • MP3 audio now supported in MP4 files (Note: Limited Player compatibility)
  • VOBSUB subtitle now supported in MP4 files (Note: Limited Player compatibility)
  • Updated Presets for newer devices and better quality
  • AC3 encoding support.
  • Many Bug Fixes and other small improvements
  • Improved DVD Main Feature detection (when using dvdnav)
  • Universal audio downmix support (all audio types can be downmixed)
  • Point*to*Point encoding (second or frame start and end times)
  • Peak framerate option (Capped VFR)
  • All GUIs
  • Updated x264 Advanced Panel
  • Video Quality Slider drops % value and only shows RF for x264
  • Batch Scan (Scan Multiple files at once. N.B: Does not include multiple VIDEO_TS folders / Image files)
  • Many Bug fixes
  • Many Tweaks to improve usability.
  • Ability to edit queue jobs
  • Mac GUI
  • New Audio Panel supporting >4 Audio Tracks
  • VLC detection in /Applications and ~/Applications
  • Multiple instance support
  • Windows GUI
  • Encode Status in GUI. (CLI window is now always hidden)
  • Improved Auto-Naming for Destination file name.
  • Drag / Drop Video onto Main Window to scan.
  • Linux GUI
  • Multiple instance support (run multiple copies of ghb at once)
  • Many Bug fixes and UI improvements.
  • Notices
  • Power PC (PPC) is no longer officially supported. Given limited resources and time, it simply isn’t feasible for this project to support minority platforms. For those of you still using older hardware, we recommend you stick with 0.9.4.



Muutokset v0.9.3 - v0.9.4

  • Core:
  • New build system, allowing 64-bit binaries (around 10% faster)
  • Soft subtitles and Closed Captions:
  • - DVD Closed Captions
  • - ATSC Closed Captions
  • - SRT subtitle import
  • - Text soft subtitles in MP4 and MKV output
  • - Bitmap soft subtitles in MKV output
  • Better support for DVD inputs:
  • - Uses libdvdnav
  • - DVD angles support
  • - Workaround for libdvdread malloc bomb on invalid PGC entry
  • - DVD drive region detection support in Linux
  • - Handles DVD programs with more than 16 streams
  • - No longer tries to detect and discard duplicate titles when scanning
  • - Libdvdnav patched to perform read error recovery
  • - Libdvdread patched to allow raw device access in Windows
  • - Handles poorly mastered DVDs that had the menus ripped out of them
  • Better support for non-DVD inputs:
  • - Preserves MP4 metadata
  • - TrueHD
  • - DTS-HD demuxing
  • - 8 bit audio
  • - Better handling of transport streams where audio starts first
  • - Better handling of transport streams that have been spliced together, leading to duplicate timestamps
  • - Better VC-1 frame detection
  • - Fixes bug that was causing one sec. of audio to be dropped on many ffmpeg files
  • - Looks harder for aspect ratio info from DV sources
  • - No longer truncates the last (dummy) chapter
  • - Allows specifying field parity for detelecine and decomb
  • Better AV sync
  • Support for sources with no audio
  • DTS passthrough for MKV
  • x264 bumped from r1169 to r1347, which means speed optimizations, new default settings (see r2742 commit comment), the magic of macroblock tree rate control (mbtree), a new CRF curve (meaning you will get different, generally lower bitrates at the same RF, with similar quality metrics), and weighted P-Frames (disabled by default for Baseline encodes and the AppleTV preset).
  • Better sample interleaving
  • Better, optional deinterlacer for decomb (EEDI2)
  • New mode structure for the decomb filter
  • Variable verbose logging levels
  • Fixed timing for first two frames coming out of filters
  • Libtheora bumped to 1.1.0
  • Improvements to our theora implementation (2 pass encoding + soft target rate control)
  • Caters to Theora's insistence on content having mod16 framing dimensions specified
  • Flushes LAME encoder's final packets
  • Fixed interjob framerate calculation
  • Fixed pthreads regression in cygwin
  • Tweaks for packaging tools
  • Solaris 10 build support
  • All interfaces:
  • Live video preview
  • New subtitle tab
  • New filters and picture settings inspector
  • Custom anamorphic mode
  • Updated Sparkle
  • Custom number of preview images
  • Quality slider now works off actual rate factor/quantizer values instead of percentages
  • Partially updated advanced x264 tab
  • New built-in presets
  • Use libdvdnav by default on DVD sources
  • Removed Constant QP encoding option for x264 (use CRF)
  • Various bug fixes and UI tweaks
  • x264 turbo 1st pass mode now uses subme=2 not subme=1
  • Mac:
  • Core Audio AAC encoding
  • H.264 video source decoding crash fixed
  • Queue displays varying row heights based on encode settings
  • Fixed EyeTV package scanning
  • 64bit / 32 bit VLC detection
  • Preset import/export
  • Windows:
  • New audio tab
  • AAC audio source decoding bug fixed
  • Tray minimization is now optional
  • Queue can now be started from main window
  • Growl for Windows notification support
  • General UI improvements
  • Preset import
  • Preferred language control for audio dubs and subtitles
  • Fixed file extensions resetting to m4v when enabling chapter markers in mkv
  • Faster updating of GUI elements from CLI data
  • Cleanup / Improved some of the programs options. (Growl, use m4v, drive detection)
  • Numerous fixes in the Picture Settings Panel and CLI Query Handling code.
  • Bug Fixes and Usability improvements.
  • Linux:
  • General UI improvements
  • Inhibits sleep mode while encoding
  • Single title scan
  • Chapter duration display
  • Notifications when encodes complete
  • Tray minimization
  • Full screen preview
  • Preset import/export
  • Preferred language control for audio dubs and subtitles
  • Preferences rearrangement
  • Preference to auto-apply .m4v extension
  • New system tray icon behavior
  • Preference for what to do when encode completes
  • Preference for how often to delete activity logs
  • Preference to disable automatic scanning
  • New Gnome session manager support
  • Improved "auto" audio selection
  • Use .m4v as the default extension for the MPEG-4 container
  • Use .m4v when soft subs are enabled
  • Alternate angle encoding fix
  • Only strips drive letters for Windows builds
  • Show correct audio format info when it's been sanitized for incompatibilities
  • Preserve chapter list modifications made to queued jobs
  • Fixed error when navigating chapter titles with the keyboard
  • Bug Fixes.
  • CLI:
  • Options to handle new subtitle, anamorphic, and preview features
  • --srt-file, --srt-codeset, --srt-offset, --srt-lang, --srt-default
  • --native-dub option lets users request dubbing instead of subs when the audio isn't in their native language
  • Allow encoding sources with no audio without explicitly stating -a none
  • Update checker on MinGW built exe should now work correctly.
  • Matches GUIs' default verbosity level of 1



Muutokset v0.9.2 - v0.9.3

  • Universal input
  • HandBrake is no longer limited to DVDs: it will now accept practically any type of video as a source. This massive enhancement was achieved by tapping into the power of libavcodec and libavformat from the FFmpeg project.
  • Linux GUI
  • There is now an official GTK graphical interface for Linux, available as a binary for Ubuntu. This is the real deal, interacting directly with HandBrake's core library instead of just putting a pretty face on a command line interface. It has full feature parity with the Mac interface.
  • Video quality
  • The x264 project has really come into its own this year, and HandBrake 0.9.3 integrates the latest improvements to the H.264 encoding library. Picture quality has enhanced dramatically through the use of psychovisual rate distortion and adaptive quantization, and there have been significant speed optimizations.
  • Audio flexibility
  • HandBrake now offers total control over multiple audio tracks.
  • No more internal DVD decryption
  • Yeah, we know, no one reading this is going "Oh wow, no more DVD decryption--what a great new feature!" but...deal.
  • HandBrake will dynamically load VLC's copy of libdvdcss if you have it in your Applications folder in Mac OS X, and if you're on Linux, and you want to live on the wild side, you can install libdvdcss on your system and get the same effect.
  • Translation of the last paragraph from nerdese:
  • We're not about to stop you from choosing to decrypt DVDs. If you're on a Mac, and you have VLC 0.9.x installed, you won't even notice the internal capability's gone. If you're on Linux, all you have to do is install a library.
  • Persistent queues
  • When queueing up a bunch of videos to encode, you need no longer fear a crash in HandBrake's graphical interfaces. Queued jobs are cached to disk for safekeeping between sessions.
  • New, better organized presets (Be sure to run "Update Built-In Presets" from the Presets menu!)
  • The presets are now "nested" in folders and have evolved. Notably, there is a new Apple "Universal" preset, designed to play and look good doing so on anything from an iPod Nano to an AppleTV.
  • There have been many changes to most of them. Please be aware that most presets now use different settings. This means most of them are not suited for benchmarking 0.9.3 against 0.9.2. For example, the AppleTV preset is slower because it is now quality based, and produces much more efficient output. The Normal preset uses psychovisual rate distortion. The High Profile presets use psychovisual trellising. All of these setting changes can influence encoding time and output file size.
  • For comparison purposes, there are several presets in the Apple->Legacy folder (the old iPod High-Rez, the old AppleTV, and the old iPhone presets) which remain unchanged since 0.9.2.
  • Audio-video synchronization
  • HandBrake should now keep lip-synch as well as a DVD player can.
  • Decomb filter
  • HandBrake now offers a decomb filter, in the style of AviSynth's. It is a deinterlacer that can be left on all the time without degrading picture quality, because it only deinterlaces video when it visibly needs to be.
  • Multi-threaded deinterlacing
  • The "Slow" and "Slower" filters, as well as the new decomb filter, will now take advantage of as many processors as you can throw at them.
  • "Same as source framerate" really is the same as the source framerate
  • HandBrake now, by default, passes through the exact video framerate of the source instead of smoothing to a constant rate, which could lead to frames being duplicated or dropped.
  • Theora video encoding
  • HandBrake now can encode video using the Theora codec.
  • Updated libraries
  • Besides x264, updated libraries include libsamplerate, libogg, xvidcore, libmpeg2, lame, faac, and ffmpeg's libavcodec, libavformat, and libswscale.
  • Massive improvements to all interfaces
  • As hard as it might be to believe, the changes listed above are only the tip of the iceberg. A much longer list is available, but even that is only a brief summary. There have been well over 600 changes to HandBrake's code base since 0.9.2, including hundreds of bug fixes, and a thorough log can be found on the Trac.



<<Takaisin ohjelman lataussivulle

Toimiiko ohjelma koneessani?

64-bit, 32-bit, Windows 10, Portable, Windows XP, Vista, ...

Menikö sormi suuhun lyhenteiden ja käsitteiden kanssa? Lue oppaamme ohjelmien yhteensopivuudesta