Added
- macOS native install documentation (
docs/native-install-mac.md). Docker on Mac runs Linux containers in a VM that can't reach Apple's VideoToolbox encoder — performance is roughly 1 fps for software x265 vs. 30–100 fps native with VideoToolbox. New page covers brew prereqs, Python venv setup, frontend build, acustom_ffmpeg_flagsrecipe to invokehevc_videotoolboxuntil it's a first-class encoder option, launchd service file, and troubleshooting. README + installation.md + troubleshooting.md updated to point Mac users at the native path.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.27 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.27-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.27-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.27-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.