github I-IAL9000/shrinkerr v0.5.25

latest releases: v0.9.108, v0.9.107, v0.9.106...
3 months ago

Fixed

  • Dashboard "Source Types" pie and "Avg Reduction by Source" under-counted Remux jobs (showed only 1 even with many remuxes converted). Two compounding causes: (1) _source_type() checked BluRay before Remux, so scene-named files like …1080p.BluRay.Remux.AVC… always bucketed as Blu-ray; (2) v0.5.5's rename_source_to_target_codec strips the Remux tag post-conversion, so even with a fixed order the current file_path no longer carried the marker. Now categorizes Remux first, and reads the source-type from original_file_path when available (falling back to file_path for legacy jobs).

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:0.5.25         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.25-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.25-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.25-edge-nvenc

Floating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.