6. Reading the mvhd atom

An MPEG-4 compliant video container file contains a mvhd atom which stores information about the duration of the movie. This is a binary format with bytes laid out as below:

To get the duration of the video in seconds, divide the provided duration by the time scale.


Given the attached mvhd atom mvhd.bin, what is the duration of the video it describes, in seconds?