Skip to content

Instantly share code, notes, and snippets.

@ksoda
Created October 30, 2016 03:38
Show Gist options
  • Save ksoda/ddbb9997b58a0873889fd2308cffc66b to your computer and use it in GitHub Desktop.
Save ksoda/ddbb9997b58a0873889fd2308cffc66b to your computer and use it in GitHub Desktop.
trim a bunch of audio files that have silence at the beginnings and ends automatically
ffmpeg -i audio.m4a -filter 'silenceremove=0:0:0:-1:3:-90dB' tmp.m4a
@ksoda
Copy link
Author

ksoda commented Oct 30, 2016

see reference for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment