v0.6.0
Added
- DVD and Blu-ray folder support. Raw
VIDEO_TS/andBDMV/folder structures are now scannable items: Shrinkerr detects them automatically, picks the longest title via ffmpeg'sdvd://bluray:/protocols (libdvdread/libdvdnav/libbluray, already in the image), and transcodes that title to HEVC. Output is a scene-style MKV in the disc's parent folder; the originalVIDEO_TS/orBDMV/subdirectory follows your existing post-conversion source-handling setting (delete / trash / backup). Combo discs with both VIDEO_TS and BDMV convert as Blu-ray. Main-feature only — extras and menus discarded.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.0 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.0-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.0-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.0-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.