Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.28 KB

VideoStatusEncodingMetadata.md

File metadata and controls

18 lines (14 loc) · 1.28 KB

VideoStatusEncodingMetadata

Properties

Name Type Description Notes
width Int The width of the video in pixels. [optional]
height Int The height of the video in pixels. [optional]
bitrate Double The number of bits processed per second. [optional]
duration Int The length of the video. [optional]
framerate Int The frequency with which consecutive images or frames appear on a display. Shown in this API as frames per second (fps). [optional]
samplerate Int How many samples per second a digital audio system uses to record an audio signal. The higher the rate, the higher the frequencies that can be recorded. They are presented in this API using hertz. [optional]
videoCodec String The method used to compress and decompress digital video. API Video supports all codecs in the libavcodec library. [optional]
audioCodec String The method used to compress and decompress digital audio for your video. [optional]
aspectRatio String [optional]

[Back to Model list] [Back to API list] [Back to README]