Fixed
- v0.7.12 broke all conversions with
exit 234 / Error parsing options for input file … Invalid argument. The-noautoscaleflag 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-iinputs (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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.