Skip to content

Instantly share code, notes, and snippets.

@seripap
Created July 1, 2015 14:53
Show Gist options
  • Save seripap/d3bd65b284980cb4783e to your computer and use it in GitHub Desktop.
Save seripap/d3bd65b284980cb4783e to your computer and use it in GitHub Desktop.
ffmpeg: get duration of video
ffmpeg -i file.mp4 2>&1 | grep Duration | awk '{print $2}' | tr -d ,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment