Skip to content

Instantly share code, notes, and snippets.

@yjbong
Created May 20, 2019 04:58
Show Gist options
  • Save yjbong/8e6b7d9cc0b356be08ecb09638cd32ba to your computer and use it in GitHub Desktop.
Save yjbong/8e6b7d9cc0b356be08ecb09638cd32ba to your computer and use it in GitHub Desktop.
Counting Frames
ffprobe -select_streams v -show_streams input.mp4 2>/dev/null | grep "nb_frames"
@yjbong
Copy link
Author

yjbong commented May 20, 2019

Download ffprobe from https://ffbinaries.com/downloads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment