Skip to content

Instantly share code, notes, and snippets.

@israeljrs
Created February 27, 2017 01:26
Show Gist options
  • Save israeljrs/3828e486050e4c64c6fae978ae2010cb to your computer and use it in GitHub Desktop.
Save israeljrs/3828e486050e4c64c6fae978ae2010cb to your computer and use it in GitHub Desktop.
FFmpeg get video file informations.

Using ffmpeg to get video informations

To get information about a file (say video.mp4), run the following command. Remember you have to specify an ouput file, but in this case we only want to get some information about the input file.

$ ffmpeg -i movie.mp4 -hide_banner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment