HandBrake (32-bit)

最新版本 HandBrake 0.9.6

HandBrake 0.9.6

HandBrake 0.9.6
HandBrake 是一款免費且開源的工具,可將視頻文件從幾乎任何格式轉換為現代廣泛支持的編解碼器。它使任何人輕鬆準備他們的相機視頻可以在各種設備上播放,包括所有版本的 iPhone,iPad,Apple TV,Android 手機,Android 桌面等等。當然,應用程序完全支持所有時間最流行的視頻轉換過程之一 - 從 DVD 轉換到您的硬盤驅動器,通過轉換成 MPEG- 4 格式的文件。您可以應用許多偉大的視頻濾波器(灰度,檢測電壓,分解,去隔行,去噪,去塊),以及設置視頻編解碼器,質量和幀率,音頻編解碼器,混音,採樣頻率和比特率.

HandBrake 最初創建於 2003 年由 Eric Petit 製作,這款應用程序專門用於短暫的 BeOS 操作系統,但在移植到 Windows,MacOS 和 Linux(Ubuntu)後不久。 Petit 繼續積極開發應用程序,直到 2006 年他離開後,使其社區繼續更新(最初在“MediaFork”的名下製作,後來改名為 Handbrake).

今天,經過這麼多年動態的發展狀態,Handbrake 仍然是市場上最流行的視頻轉換程序之一,支持許多功能,使轉換過程簡單直觀。即使如此,手剎仍然是 100%免費的,定期更新將繼續擴大其與市場上所有當前流行的視頻和音頻編解碼器的工作能力。

只有幾個原因,我們認為你會愛上手剎:

Built-in 設備預設
通過選擇為您的設備優化的配置文件,在幾秒鐘內啟動 HandBrake,或為標准或高質量轉換選擇通用配置文件。簡單,簡單,快速。對於那些想要更多選擇,請調整許多基本和高級選項,以改善您的編碼.

支持的輸入源
Handbrake 可以處理大多數常見的多媒體文件和任何 DVD 或藍光源,不包含任何類型的複制 protection.

輸出
文件容器:.MP4 .M4V)和.MKV 視頻編碼器:H.264(x264),MPEG- 4 和 MPEG-2(libav)和 Theora(libtheora)音頻編碼器:AAC,CoreAudio AAC / HE-AAC(僅限於 OS X),MP3 ,Flac,AC3 或 Vorbis 音頻 Pass-thru:AC-3,DTS,DTS-HD,AAC 和 MP3 軌道更多特點
標題 / 章節選擇排隊多個編碼章節標題字幕(VobSub,隱藏字幕 CEA-608,SSA ,SRT)質量穩定或平均比特率視頻編碼支持 VFR,CFR 和 VFR 視頻濾波器:去隔行掃描,去混合,檢測電影,解鎖,灰度,裁剪和縮放實時視頻預覽注:需要.NET Framework.6235896
也可以:下載 HandBrake for Mac

ScreenShot

軟體資訊
檔案版本 HandBrake 0.9.6

檔案名稱 HandBrake-0.9.6-i686-Win_GUI.exe
檔案大小 6.58 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 Handbrake Team
官網 http://handbrake.fr/
更新日期 2012-02-29
更新日誌

What's new in this version:

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

Windows GUI:

Preview window:
- complete redesign
- support for VLC or the system default video player
- dropped built-in QuickTime playback support

Other:
- much improved control over the default audio and subtitle tracks selected (see Options)
- ability to set the minimal title length that will show up during a scan (see Options)
- several other usability improvements
- installer now has a silent option for easier network installs (launch the installer with /S)

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)

HandBrake 0.9.6 相關參考資料
Download HandBrake 0.9.6 for Windows

2020年6月23日 — Download HandBrake 0.9.6 for Windows. Fast downloads of the latest free software! Click now.

https://filehippo.com

Downloading

File Name: HandBrake-0.9.6-x86_64-Win_GUI.exe. File Size (MB):, 6.87 MB. SHA 256: b88fadec950e7ffc5e20ce91d43aa619cf07d5ff6983c8429e488e23b2cbb1ec (Github ...

https://handbrake.fr

HandBrake Old Versions Downloads

HandBrake-0.9.6-i686-Win_GUI.exe, 2012-02-28, 6.6MB, * · HandBrake-0.9.6-MacOSX.6_GUI_x86_64.dmg, 2012-02-28, 7.1MB, * · Handbrake-win-2.40-HandBrake-0.9.0- ...

https://www.videohelp.com

HandBrake-0.9.6-i686-Win_GUI.zip - Google Drive

Sign in.

https://docs.google.com

HandBrake-0.9.6-MacOSX.6_GUI_x86_64.dmg

File Name: HandBrake-0.9.6-MacOSX.6_GUI_x86_64.dmg. File Size (MB):, 7.14 MB. SHA 256: a6a1b8a1eb1ab6cca944398c11d0ebdd4a810d960e26b2d953df2790934797b1 ...

https://handbrake.fr

HandBrake-0.9.6-x86_64-Win_CLI.zip

File Name: HandBrake-0.9.6-x86_64-Win_CLI.zip. File Size (MB):, 8.07 MB. SHA 256: 157206a2efcef38d211271dd2ec8d827164725362896b395ae2fb75b95ecf652 (Github ...

https://handbrake.fr

HandBrake: Old Releases

HandBrake-0.9.6-x86_64-Win_GUI.exe, 6.87 ... HandBrake-0.9.6-i686-Win_CLI.zip, 7.71, 619c4c3dbf814c717d5c46bd77ff4e0d8952c93224e2e39341d87f8113fe0917. HandBrake ...

https://handbrake.fr