Created
October 30, 2016 03:38
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i audio.m4a -filter 'silenceremove=0:0:0:-1:3:-90dB' tmp.m4a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see reference for more details.