Changes between 0.9.4 and 0.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) *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 fil es) - Peak framerate option (Capped VFR) - Many Bug fixes - Many Tweaks to improve usability. - Ability to edit queue jobs - Point-to-Point encoding (second or frame start and end times) * Mac GUI - New Audio Panel supporting >4 Audio Tracks - VLC detection in /Applications and ~/Applications * 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.このバージョンからAppleTV2のプリセットが追加されている。録り貯めた動画をApple TV2で鑑賞するためには、AppleTV2用にエンコードし直す必要があるが、HandBrake 0.9.5はそれを簡単・確実にやってくれる。
GUIでやってもよいが、以下のようにバッチでやるのがおすすめだ。
for i in *.avi; do HandBrakeCLI --preset "Apple TV2" -i $i -o ${i%.*}.m4v done