Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheussilvasantos/02623f8f67683a29d67cd6d7fc6bd6b1 to your computer and use it in GitHub Desktop.
Save matheussilvasantos/02623f8f67683a29d67cd6d7fc6bd6b1 to your computer and use it in GitHub Desktop.
remove beggining of audios
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