Skip to content

Instantly share code, notes, and snippets.

@iakashpaul
Created April 13, 2021 07:38
Show Gist options
  • Save iakashpaul/9d61d5f401c3003c4ff2cfcaf8e0ab08 to your computer and use it in GitHub Desktop.
Save iakashpaul/9d61d5f401c3003c4ff2cfcaf8e0ab08 to your computer and use it in GitHub Desktop.
for f in *.webm; do ffmpeg -i "$f" "${f%}.mp3"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment