Skip to content

Instantly share code, notes, and snippets.

@cozingo
Created September 14, 2021 12:35
Show Gist options
  • Save cozingo/2a1f933b027d519daa733097289ffa47 to your computer and use it in GitHub Desktop.
Save cozingo/2a1f933b027d519daa733097289ffa47 to your computer and use it in GitHub Desktop.
convert video to mp3
ffmpeg -i "file" -vn out.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment