Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 2.22 KB

AssetNonStandardInputReasons.md

File metadata and controls

18 lines (15 loc) · 2.22 KB

# AssetNonStandardInputReasons

Properties

Name Type Description Notes
video_codec string The video codec used on the input file. For example, the input file encoded with `hevc` video codec is non-standard and the value of this parameter is `hevc`. [optional]
audio_codec string The audio codec used on the input file. Non-AAC audio codecs are non-standard. [optional]
video_gop_size string The video key frame Interval (also called as Group of Picture or GOP) of the input file is `high`. This parameter is present when the gop is greater than 20 seconds. [optional]
video_frame_rate string The video frame rate of the input file. Video with average frames per second (fps) less than 5 or greater than 120 is non-standard. A `-1` frame rate value indicates Mux could not determine the frame rate of the video track. [optional]
video_resolution string The video resolution of the input file. Video resolution higher than 2048 pixels on any one dimension (height or width) is considered non-standard, The resolution value is presented as `width` x `height` in pixels. [optional]
video_bitrate string The video bitrate of the input file is `high`. This parameter is present when the average bitrate of any key frame interval (also known as Group of Pictures or GOP) is higher than what's considered standard which typically is 16 Mbps. [optional]
pixel_aspect_ratio string The video pixel aspect ratio of the input file. [optional]
video_edit_list string Video Edit List reason indicates that the input file's video track contains a complex Edit Decision List. [optional]
audio_edit_list string Audio Edit List reason indicates that the input file's audio track contains a complex Edit Decision List. [optional]
unexpected_media_file_parameters string A catch-all reason when the input file in created with non-standard encoding parameters. [optional]

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