Skip to content

Releases: jlesage/docker-handbrake

Version 1.14.11

10 Dec 19:52
Compare
Choose a tag to compare

Changes in this release:

  • Fixed issue where libraries required to use Intel QSV would not be found.

Version 1.14.10

10 Dec 15:00
Compare
Choose a tag to compare

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

13 Nov 01:36
Compare
Choose a tag to compare

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 to 0.
  • 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

19 Sep 09:25
Compare
Choose a tag to compare

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

11 Sep 17:27
Compare
Choose a tag to compare

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

30 Jul 10:48
Compare
Choose a tag to compare

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

19 Jul 11:53
Compare
Choose a tag to compare

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

17 Jul 16:49
Compare
Choose a tag to compare

Changes in this release:

  • Fixed an issue where HandBrake could crash while encoding a video using x264.

Version 1.14.3

16 Jul 12:15
Compare
Choose a tag to compare

Changes in this release:

  • Added support for debug images.

Version 1.14.2

13 Jul 19:04
Compare
Choose a tag to compare

Changes in this release:

  • Upgraded HandBrake to version 1.1.1.
  • Reduced the size of the container image.