Skip to content

Instantly share code, notes, and snippets.

@kawalain
kawalain / Containerfile
Last active August 19, 2026 08:08
copyparty beta with HEIC/HEVC thumbnail support
# Building it yourself is possible, but honestly it takes too long and is a hassle.
# If you just grab the necessary packages, it should work.
# If HEIC images taken with a device like Samsung appear abnormal, please refer to the link below:
# - https://trac.ffmpeg.org/ticket/11170#comment:3
# - https://pastebin.com/NNmTzzXW
# This cannot be resolved unless the arguments passed to ffmpeg within copyparty are changed.
# As a temporary workaround, you can configure vips or pillow to process HEIF files first.
# To do this, set `th-dec` to `vips,ff,raw,pil` in the copyparty configuration.