Skip to content

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 4 years ago185 views
1 Answer
0

You are correct ; controls for this type of output manifest metadata do not exist in the service today. It sounds like a viable feature enhancement.

We suggest submitting a Feature Request using the 'feedback' button in the lower left of the MediaConvert console.

AWS
answered a year ago

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.