Skip to content

Instantly share code, notes, and snippets.

@arturparkhisenko
Last active February 3, 2019 02:32
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 arturparkhisenko/291bb3debd258a49c688951ec3db4a87 to your computer and use it in GitHub Desktop.
Save arturparkhisenko/291bb3debd258a49c688951ec3db4a87 to your computer and use it in GitHub Desktop.
Video.sh
# This redirects the ffprobe help to a file
ffprobe -h > ffprobe_help.txt
# This creates a report next to your file
ffprobe -report SOMEFILE.mp4
# This creates your report as .json file next to your file
ffprobe -v quiet -print_format json -show_format -show_streams SOMEFILE.mp4 > ffprobe.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment