Skip to content

Instantly share code, notes, and snippets.

@mibmo
Created February 26, 2026 15:51
Show Gist options
  • Select an option

  • Save mibmo/39b6e62aeec95536814b472e0f57e787 to your computer and use it in GitHub Desktop.

Select an option

Save mibmo/39b6e62aeec95536814b472e0f57e787 to your computer and use it in GitHub Desktop.
Get duration of FLAC file
ffprobe -show_streams -select_streams a -v quiet "input.flac" | grep -oP '^duration=\K[0-9.]+$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment