Skip to content

Instantly share code, notes, and snippets.

@rujmah
Last active February 19, 2018 20:37
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 rujmah/33ed672198b04a06173105e842be2e36 to your computer and use it in GitHub Desktop.
Save rujmah/33ed672198b04a06173105e842be2e36 to your computer and use it in GitHub Desktop.
ffprobe to json
ffprobe -v quiet -show_format -show_streams -pretty -print_format json ./video_file.mp4

Will output some lovely JSON to the console. Dump to a file with > json_file.json or what-have-you.

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