Releases: jlesage/docker-handbrake
Releases · jlesage/docker-handbrake
Version 1.14.11
Changes in this release:
- Fixed issue where libraries required to use Intel QSV would not be found.
Version 1.14.10
Changes in this release:
- Fixed issues related to usage of QSV on recent processors:
- Added Intel Media driver version 18.3.0.
- Upgraded Intel VAAPI driver to version 2.3.0.
- Upgraded to Intel Media SDK to version 18.3.1.
- Upgraded libva to version 2.3.0.
- By default, the new Intel Media driver is now used.
- For processors not supported by the Intel Media driver, use the Intel VAAPI driver.
Version 1.14.9
Changes in this release:
- The automatic video converter now processes older files first.
- Fixed an issue where the automatic video converter would fail to start when
USER_ID
is set to0
. - Do not setup supplementary group if device for Intel QSV is already accessible.
- Added a new log message for a scenario where Intel QSV would not work.
Version 1.14.8
Changes in this release:
- Now using baseimage v3.5.1, which brings the following changes:
- Updated installed packages to get latest security fixes.
Version 1.14.7
Changes in this release:
- Upgraded to HandBrake version 1.1.2.
- Fixes to the automatic video converter:
- Gracefully handle the case where the pre-conversion hook removes the source video file.
- Skip unreadable files.
- Drop root privileges at start.
- Better handling of unexisting cache files.
Version 1.14.6
Changes in this release:
- Fixed an issue where the automatic video converter would fail to convert video with multiple titles.
- Make sure to apply the
HANDBRAKE_DEBUG
environment variable to the automatic video converter.
Version 1.14.5
Changes in this release:
- A video being converted is now written to a temporary directory before being moved to its final location.
Version 1.14.4
Changes in this release:
- Fixed an issue where HandBrake could crash while encoding a video using x264.
Version 1.14.3
Changes in this release:
- Added support for debug images.
Version 1.14.2
Changes in this release:
- Upgraded HandBrake to version 1.1.1.
- Reduced the size of the container image.