HandBrake 1.3.2 (64-bit)
HandBrake 1.3.2 (64-bit) is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for Windows, Linux and MacOS X. HandBrake is a tool that enables you to convert DVDs to MP4s or MKVs. HandBrake is a video transcoder that takes your movies and transfers them to a format that’s useful on your computers, media centers, and portable electronic devices. It converts any video formats to a handful of modern ones. HandBrake supports output of MP4(M4V) and MKV formats; H.264, MPEG-4, MPEG-2, or Theora video; and AAC, CoreAudio AAC/HE-AAC, MP3, Flac, Vorbis, AC-3, DTS, DTS-HD, AAC and MP3 pass-thru audio. It features Chapter selection, Chapter Markers, Subtitles, Constant Quality or Average Bitrate Video Encoding; Support for VFR, CFR and VFR; Deinterlacing, Decomb, Detelecine, Deblock, Grayscale Cropping and scaling; Live Video Preview; Built-in presets for common devices, and lots more!
Changelog
All platforms
General
- Fixed point to point end detection in certain scenarios
- Improved support for H.265 video in AVI container produced by some security cameras
- Added logging to identify problematic sources where container and video track pixel aspect ratios differ
- Added logging to help debug potential JSON API issues
Video
- Fixed color range conversion being applied twice when scaling video
- Fixed incorrect identification of support for QSV HEVC encoder on older Intel hardware
- Added logging to identify automatic picture rotation
- Miscellaneous bug fixes and improvements
Audio
- Fixed an upstream FFmpeg issue where passing through AAC ADTS audio could produce invalid MKV output in rare cases (error instead)
Filters
- Fixed uninitialized memory in NLMeans prefilter leading to video corruption at bottom of picture (only affects custom settings)
- Fixed a crash in the Detelecine filter with out of bounds parameters (only affects custom settings)
Subtitles
- Fixed burned in subtitles position offset where cropscale filter is not used
Command line interface
- Fixed subtitles not being selected when specifying –all-subtitles without also specifying a non-empty –subtitle-lang-list
Build system
- Fixed building the GTK graphical interface for use on Windows (link ole32)
- Updated Flatpak manifest creation script for compatibility with Python 3
- Updated Flatpak runtime and numactl library versions, QSV plugin
- Improved minimum version dependencies to facilitate building on systems with older automake and pkg-config
- Added a workaround for an upstream libdav1d issue affecting installation on FreeBSD
- Miscellaneous bug fixes and improvements