MediaConvert HLS subtitles off by default

0

According to https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html

The captions track that you specify first in your job is signaled as the default track in the HLS manifest.

We're seeing our English subtitles automatically enabled on playback.

In the HLS manifest, I see

#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs",NAME="English",DEFAULT=YES...

but manually changing that to

#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs",NAME="English",DEFAULT=NO...

elicits the desired playback experience with subtitles turned off by default. I'm trying to find some way to achieve this through MediaConvert, rather than at the player level or as some post-processing job that modifies the manifest. Is there such a capability?

asked 2 years ago97 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions