HandBrake 歷史版本資訊

HandBrake

HandBrake 1.0.7

Handbrake
開源軟體

HandBrake 0.9.5

更新時間:2011-01-04
更新細節:

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


版本下載:HandBrake 0.9.5

HandBrake 0.9.4

更新時間:2009-11-25
更新細節:

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

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.

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


版本下載:HandBrake 0.9.4

HandBrake 0.9.3

更新時間:2008-11-24
更新細節:

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


版本下載:HandBrake 0.9.3

HandBrake 0.9.2

更新時間:2008-10-08
更新細節:沒有資料
版本下載:HandBrake 0.9.2

更新時間:1970-01-01
更新細節:
版本下載:
  • Download HandBrake 1.0.7 for Windows. HandBrake is an open-sourced, GPL-licensed, multiplatform, multithreaded video transcoding utility.
    HandBrake
    Download HandBrake 1.0.7 (Free) for Windows
    http://downloads.tomsguide.com
  • 2017年4月10日 - HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded DVD to MPEG-4 converter, available for MacOS X, Linux and ...
    HandBrake
    Download HandBrake 1.0.7 - FileHippo.com
    http://filehippo.com
  • Windows Vista/7/8/10 Additional Requirements None Download Information File Size 9.71MB File Name HandBrake-1.0.2-i686-Win_GUI.exe ...
    HandBrake
    HandBrake - Free download and software reviews - CNET Download.com
    http://download.cnet.com
  • HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder. HandBrake The open source video transcoder News Features Downloads Community & Support Docs GitHub HandBra...
    HandBrake
    HandBrake - Official Site
    https://handbrake.fr
  • Unable to submit their revisions as a successor to HandBrake, Hester created a subversion repository mirroring HandBrake’s final subversion (0.7.1) on the HandBrake website and began development on to...
    HandBrake
    HandBrake - Wikipedia
    https://en.wikipedia.org
  • HandBrake is a useful open source tool that converts DVDs to MPEG for free. Features of Handbrake Forget paying for a program to rip your DVDs to your computer ever again. Considering HandBrake doesn&...
    HandBrake
    HandBrake 0.10.0
    https://handbrake.en.softonic.
  • HandBrake 0.9.7 By Handbrake (Open Source) User Rating FileHippo Safety Guarantee Secured by Avira Download This Version (6.59MB) Download What Is the FileHippo Safety Guarantee? ...
    HandBrake
    HandBrake 0.9.7 - FileHippo.com - Download Free Software
    http://filehippo.com
  • Here we will be showcasing the improvements of the new release of HandBrake - HandBrake 1.0.3, and using HandBrake 1.0.3 official version to rip DVD to new iPhone 7/7 Plus/SE and iPhone 6S (Plus), bri...
    HandBrake
    HandBrake 1.0.0 Ripping DVD to iPhone 7 (Plus) Test and Tutorial
    https://www.winxdvd.com
  • HandBrake是一套開放原始碼的多執行緒視訊轉碼器,這套免費軟體可轉DVD成mpeg-4,可將影片轉至iPhone/iPod裡觀看。 ... HandBrake (64bit) 1.0.3 The HandBrake Team - 10.0MB (Freeware) Version: 1.0.3 Size: 10.0MB Date Added: Feb 26, 2017 License ...
    HandBrake
    HandBrake 1.0.3 軟體下載 | 免費軟體資源
    https://software.easylife.tw
  • 2017年4月10日 - HandBrake is a free and open source tool for converting video files from nearly any format to a selection of modern, widely supported codecs.
    HandBrake
    HandBrake 1.0.7 (32-bit) Download for Windows / FileHorse.com
    http://www.filehorse.com
  • 2017年4月10日 - HandBrake is a video trans-coder developed upon Open Source coding, thus benefiting from the work of dedicated people worldwide. Most...
    HandBrake
    HandBrake 1.0.7 (64-bit) Download - FileCroco.com
    http://www.filecroco.com
  • 2017年4月10日 - HandBrake 64-bit is a free and open source tool for converting video files from nearly any format to a selection of modern, widely supported ...
    HandBrake
    HandBrake 1.0.7 (64-bit) Download for Windows / FileHorse.com
    http://www.filehorse.com
  • HandBrake is a multiplatform, multithreaded video transcoder. Supported sources: Any DVD-like source: VIDEO_TS folder, DVD image or real DVD, and some .
    HandBrake
    HandBrake 1.0.7 / Nightly 20170923 Download Free - VideoHelp
    https://www.videohelp.com
  • Download Handbrake. HandBrake is a GPL'd multi-platform, multithreaded DVD to MPEG-4 ripper/converter.
    HandBrake
    Handbrake 1.0.7 Download - TechSpot
    https://www.techspot.com
  • Validate your download against the provided SHA1 / SHA256 checksums.
    HandBrake
    HandBrake: Checksums
    https://handbrake.fr
  • Current Version: 1.0.3 Mac OS For Mac OS X 10.7 to 10.12 Download (Intel 64bit) Windows For Windows 7 to 10 Download (64 bit) Download (32 bit) Ubuntu For Ubuntu deb Available at: Ubuntu PPA page. Oth...
    HandBrake
    HandBrake: Downloads
    https://handbrake.fr
  • HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder. ... Got it! HandBrake logo ... and Linux). Download HandBrake 1.0.7 ...
    HandBrake
    HandBrake: Open Source Video Transcoder
    https://handbrake.fr
  • Version History of HandBrake 0.7.1 Changelog not available HandBrake for Mac Screenshots Screenshots are not available for this software About HandBrake for Mac HandBrake is a software application tha...
    HandBrake
    Old Version of HandBrake 0.7.1 Download - OldApps.com for Mac
    http://www.oldapps.com
  • 2016/12/28 更新:HandBrake 軟體版本更新至 v1.0.0 最新版。 當你買了DVD影片,希望能先將整張光碟拷貝到電腦的硬碟中有時間再看的話,該怎麼做呢? HandBrake是個很簡單好用的軟體,對於一般不熟這類轉檔操作的人來說,幾乎只要4~5個步驟就可以完成。
    HandBrake
    [轉檔] HandBrake v1.0.0 將 DVD 影片轉存到電腦硬碟裡(支援 Windows, Mac) _ 重灌狂人
    https://briian.com