We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054c46b commit 2c8776dCopy full SHA for 2c8776d
model/h265_video_configuration.go
@@ -217,6 +217,8 @@ type H265VideoConfiguration struct {
217
LimitSao *bool `json:"limitSao,omitempty"`
218
// Will use low-pass subband dct approximation instead of the standard dct for 16x16 and 32x32 blocks. Default false.
219
LowpassDct *bool `json:"lowpassDct,omitempty"`
220
+ // Defines whether CEA 608/708 subtitles are extracted from the input video stream
221
+ Cea608708SubtitleConfig *Cea608708SubtitleConfiguration `json:"cea608708SubtitleConfig,omitempty"`
222
}
223
224
type DisplayAspectRatio struct {
0 commit comments