This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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. |