Skip to content

Instantly share code, notes, and snippets.

@jlnbxn
Created July 5, 2023 16:25
Show Gist options
  • Save jlnbxn/4519f0fd89cc034c4935d9cbd0a8ee90 to your computer and use it in GitHub Desktop.
Save jlnbxn/4519f0fd89cc034c4935d9cbd0a8ee90 to your computer and use it in GitHub Desktop.
Get Audio file duration in Mac Terminal
ffprobe your_file.mp3 2>&1 | grep "Duration"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment