v2.4.0 — Favicon Generator & Quality Improvements
✨ 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 copyinstead of re-encoding to 128k AAC - Audio extraction now reliable —
-map a:0ensures 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 90is finally supported - Windows rename fixed: No more "Access is denied" when compressing in-place
- CLI audio extraction:
crush . -f mp3now works on video files - alac support: Added to conversion tables for full codec compatibility
- Help flag cleanup:
--helpexits cleanly without spurious error messages
📦 Download
- Windows:
crush.exe— portable, no installer needed (just put it in your PATH) - FFmpeg: Run
crush installto auto-install FFmpeg alongside the app