Skip to content

v2.4.0 — Favicon Generator & Quality Improvements

Choose a tag to compare

@AliHamza-Coder AliHamza-Coder released this 12 Jul 18:35
· 7 commits to main since this release

✨ What's New in v2.4.0

🆕 Favicon Generator

Generate 16×16 and 32×32 SVG favicons directly from any image — right from the interactive menu. Perfect for websites and web apps.

🎬 Much Better Video Quality

  • CRF 15 at default q85 (was CRF 21) — dramatically reduces blocky artifacts
  • In-place compression preserves audio — uses -c:a copy instead of re-encoding to 128k AAC
  • Audio extraction now reliable-map a:0 ensures full-duration extraction (no more "2 min video → 20 sec audio")
  • Higher audio bitrate — 192k AAC for format conversions (was 128k)

🔧 Bug Fixes

  • Flags after path now work: crush ./dir/ -f webp -q 90 is finally supported
  • Windows rename fixed: No more "Access is denied" when compressing in-place
  • CLI audio extraction: crush . -f mp3 now works on video files
  • alac support: Added to conversion tables for full codec compatibility
  • Help flag cleanup: --help exits cleanly without spurious error messages

📦 Download

  • Windows: crush.exe — portable, no installer needed (just put it in your PATH)
  • FFmpeg: Run crush install to auto-install FFmpeg alongside the app