Skip to content

Releases: jlesage/docker-handbrake

Version 1.11.4

02 Mar 01:13
Compare
Choose a tag to compare

Changes in this release:

  • Since HandBrake doesn't work well with ffmpeg, reverted to libav.
  • Thus, the FLAC encoder crash has been fixed in libav instead.
  • Make sure the main window is always visible in background.

Version 1.11.3

14 Feb 01:43
Compare
Choose a tag to compare

Changes in this release:

  • Fixed an issue where encoding audio to FLAC would cause a crash.
  • Use AAC encoder from libavcodec.
  • Fixed an issue where automatic conversion of a multi-titles medias would produce only the first one.
  • Improved logging of the automatic video converter while processing multi-titles medias.

Version 1.11.3-beta2

13 Feb 17:17
Compare
Choose a tag to compare
Version 1.11.3-beta2 Pre-release
Pre-release

Changes in this release:

  • Prevent re-introducing CLI crash with handling of VIDEO_TS and iso medias.

Version 1.11.3-beta1

12 Feb 14:28
Compare
Choose a tag to compare
Version 1.11.3-beta1 Pre-release
Pre-release

Changes in this release:

  • Fixed an issue where encoding audio to FLAC would cause a crash.

Version 1.11.2

03 Feb 14:53
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage v3.3.2, which brings the following changes:
    • Restored timezone support in Alpine Linux images with glibc.
    • Fixed issue in add-pkg helper where a package could be incorrectly detected as installed.

Version 1.11.1

31 Jan 02:30
Compare
Choose a tag to compare

Changes in this release:

  • Adjusted the way some ressources are accessed to better support reverse proxy to the container.

Version 1.11.0

22 Jan 18:22
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage v3.3.0, which brings the following changes (since last used version):
    • For Alpine Linux images with glibc, automatically update dynamic linker's cache after new libraries are installed.
    • Fixed the LANG environment variable not being set properly.
    • Added the ability to automatically install a CJK (Chinese/Japanese/Korean) font.

Version 1.10.0

18 Jan 13:22
Compare
Choose a tag to compare

Changes in this release:

  • Added support for multiple watch folders.
  • Added environment variable to set the interval at which the automatic video converter checks for new files.
  • Source file and HandBrake preset name are now passed to the post hook script.

Version 1.9.4

11 Jan 16:21
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage v3.2.2, which brings the following changes (since last used version):
    • Upgraded S6 overlay to version 1.21.2.2.
    • Upgraded glibc to version 2.26 (Alpine Linux glibc images).
    • Adjusted the way ownership of /config is taken to better support cases where the folder is mapped to a network share.
  • Small adjustment to the way ownership of files are taken.

Version 1.9.3

12 Dec 14:21
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage v3.1.4, which brings the following changes:
    • Set 2 worker processes for nginx.