Skip to content

Instantly share code, notes, and snippets.

View d2weber's full-sized avatar

d2weber

  • Karlsruhe, Germany
View GitHub Profile
find . -maxdepth 1 \( -name "*.mp3" -o -name "*.m4a" \) -print0 | xargs -0 -P 12 -I {} uv run --with ffmpeg-normalize ffmpeg-normalize {} -t -30 -tp -1.5 --keep-loudness-range-target -c:a libmp3lame -e="-q:a 4" -ext mp3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.