Releases: indiscipline/ffmpeg-loudnorm-helper
Releases · indiscipline/ffmpeg-loudnorm-helper
v0.2.1
- 🐛✨ Parsing loudnorm output is now more robust and handles the ffmpeg output format changes made since latest release.
- ⚡️ Binaries now built optimized for size.
- 🛠 Progress indicator now launches only if interactive terminal detected.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- ✨ Added progress indication for the background process.
- ✨ Added the
--resample
feature. - ✨ Added a warning issued when the requested target can't be met with linear normalization.
- 🚨 (Breaking!) More conservative defaults. Integrated loudness: -18 (was: -16) LUFS, LRA: 12 (was: 6) LU.
- 🛠 Numeric arguments not clamped to the valid range.
- ♻️ Dependencies updated to modern versions.
- 🔧 Add GH action for building release binaries.
Full Changelog: v0.1.0...v0.2.0
Initial release
v0.1.0 Updated README.md with corrected usage examples.