github I-IAL9000/shrinkerr v0.7.13

latest releases: v0.9.97, v0.9.96, v0.9.95...
2 months ago

Fixed

  • v0.7.12 broke all conversions with exit 234 / Error parsing options for input file … Invalid argument. The -noautoscale flag added in v0.7.12 is an ffmpeg output option but was placed before -i, so ffmpeg rejected it as a misplaced input option. Moved it after all -i inputs (still scoped to the NVDEC-native CUDA path). The v0.7.12 mid-stream-crash fix now actually works.

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:0.7.13         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.13-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.13-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.13-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.