Skip to content

Instantly share code, notes, and snippets.

@mreinstein
Created April 4, 2022 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mreinstein/4f336930ccf19fa33340df0e911061f1 to your computer and use it in GitHub Desktop.
Save mreinstein/4f336930ccf19fa33340df0e911061f1 to your computer and use it in GitHub Desktop.
ffmpeg - determine video dimensions
ffprobe -v error -select_streams v:0 -show_entries stream=width,height -of csv=s=x:p=0 input.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment