Values.VideoMetadataSourceInformation about a video that Amazon Rekognition analyzed. Videometadata is returned in every page of paginated responses from a Amazon Rekognition video operation.
type nonrec t = {codec : String_.t option;Type of compression used in the analyzed video.
*)durationMillis : ULong.t option;Length of the video in milliseconds.
*)format : String_.t option;Format of the analyzed video. Possible values are MP4, MOV and AVI.
*)frameRate : Float_.t option;Number of frames per second in the video.
*)frameHeight : ULong.t option;Vertical pixel dimension of the video.
*)frameWidth : ULong.t option;Horizontal pixel dimension of the video.
*)colorRange : VideoColorRange.t option;A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).
*)}