Skip to content

Instantly share code, notes, and snippets.

@X-Raym
Last active September 25, 2019 13:51
Show Gist options
  • Save X-Raym/c5b8ed71fa349de1efaa42456c0a3928 to your computer and use it in GitHub Desktop.
Save X-Raym/c5b8ed71fa349de1efaa42456c0a3928 to your computer and use it in GitHub Desktop.
ffmpeg-normalize 96/24 with overwrite existing file
for %%f in ("*.WAV") do ffmpeg-normalize "%%f" -c:a pcm_s24le -ext wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment