Skip to content

Commit 2c8776d

Browse files
committed
add 608 passthrough to h265 object
1 parent 054c46b commit 2c8776d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

model/h265_video_configuration.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ type H265VideoConfiguration struct {
217217
LimitSao *bool `json:"limitSao,omitempty"`
218218
// Will use low-pass subband dct approximation instead of the standard dct for 16x16 and 32x32 blocks. Default false.
219219
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"`
220222
}
221223

222224
type DisplayAspectRatio struct {

0 commit comments

Comments
 (0)