Skip to content

Instantly share code, notes, and snippets.

@RuchirChawdhry
Created June 9, 2020 15:49
Show Gist options
  • Save RuchirChawdhry/0a00ffde52203753601958c9f6c5195a to your computer and use it in GitHub Desktop.
Save RuchirChawdhry/0a00ffde52203753601958c9f6c5195a to your computer and use it in GitHub Desktop.
ffprobe - count number of frames
ffprobe -v error -count_frames -select_streams v:0 -show_entries stream=nb_read_frames -of default=nokey=1:noprint_wrappers=1 video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment