Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.31 KB

VideoStatusEncodingMetadata.md

File metadata and controls

18 lines (14 loc) · 1.31 KB

ApiVideo.Model.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 decimal? 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]