Skip to content

v0.9.40

Choose a tag to compare

@github-actions github-actions released this 17 Jul 22:40

Fixed

  • Remux to MKV no longer fails (ffmpeg 234) on AVIs with missing timestamps. Many AVIs carry packets with no presentation timestamps, which matroska rejects on stream copy ("Can't write packet with unknown timestamp"). The remux now passes -fflags +genpts to generate them.

Docker images

Pinned to this release:

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

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