Skip to content

Releases: indiscipline/ffmpeg-loudnorm-helper

v0.2.1

26 Apr 20:11
Compare
Choose a tag to compare
  • 🐛✨ 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

18 Apr 15:20
Compare
Choose a tag to compare
  • ✨ 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

18 Apr 14:22
Compare
Choose a tag to compare
v0.1.0

Updated README.md with corrected usage examples.