Created
October 9, 2020 11:08
-
-
Save matheussilvasantos/02623f8f67683a29d67cd6d7fc6bd6b1 to your computer and use it in GitHub Desktop.
remove beggining of audios
This file contains hidden or 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
find . -iname "*.mp3" -maxdepth 1 | ag -o "audio.*.mp3" | xargs -I{} ffmpeg -ss 00:00:08 -i {} -c copy cut/{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment