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

Latest commit

 

History

History
35 lines (16 loc) · 1.45 KB

ChannelTranscode.md

File metadata and controls

35 lines (16 loc) · 1.45 KB

Isp.ChannelTranscode

Properties

Name Type Description Notes
audioEncoders [ChannelTranscodeAudioEncoders] Audio encoders specify audio conversion settings, e.g. channels, samples, codec, bitrate, etc. [optional]
featureFlags [String] Feature flag strings enable experimental transcode features or functionality that are not yet or never will be promoted to the channeldoc model proper. [optional]
id3Mode String Specify how to process ID3 tags from the input source. If not specified, ID3 tags in the source will be ignored. [optional]
resizeMode String Resize mode specifies how to scale a video up or down to match the output dimensions. [optional]
segmenter ChannelTranscodeSegmenter [optional]
thumbnailEncoders [ChannelTranscodeThumbnailEncoders] Thumbnail encoders specify how to create image snapshots of the video stream. [optional]
videoEncoders [ChannelTranscodeVideoEncoders] Video encoders specify video conversion settings, e.g. dimensions, codec, bitrate, etc. [optional]

Enum: Id3ModeEnum

  • PASSTHROUGH (value: "PASSTHROUGH")

Enum: ResizeModeEnum

  • STRETCH (value: "STRETCH")

  • LETTERBOX (value: "LETTERBOX")