Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 1.72 KB

File metadata and controls

19 lines (14 loc) · 1.72 KB

ChannelTranscode

Transcode configures audio/video conversion settings.

Properties

Name Type Description Notes
audio_encoders [ChannelTranscodeAudioEncoders] Audio encoders specify audio conversion settings, e.g. channels, samples, codec, bitrate, etc. [optional]
feature_flags [str] Feature flag strings enable experimental transcode features or functionality that are not yet or never will be promoted to the channeldoc model proper. [optional]
id3_mode str Specify how to process ID3 tags from the input source. If not specified, ID3 tags in the source will be ignored. [optional] if omitted the server will use the default value of "PASSTHROUGH"
resize_mode str Resize mode specifies how to scale a video up or down to match the output dimensions. [optional]
segmenter ChannelTranscodeSegmenter [optional]
thumbnail_encoders [ChannelTranscodeThumbnailEncoders] Thumbnail encoders specify how to create image snapshots of the video stream. [optional]
video_encoders [ChannelTranscodeVideoEncoders] Video encoders specify video conversion settings, e.g. dimensions, codec, bitrate, etc. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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