Skip to content

Subtitles

Multi-track subtitles with auto-start and language preference.

video a11y

Preview

Browsers block autoplay with sound. Enabling auto_play automatically enables muted so playback can start; viewers can then unmute manually.

Try it in the player

Subtitle shortcut

Click the subtitle icon in the control bar to quickly enable or disable subtitles.

Language selection

Open the settings panel to choose between available subtitle languages or disable them entirely.

Documentation

When a video includes subtitle tracks (embedded in the HLS manifest), the player displays a subtitle button in the control bar for quick toggle, and a selector in the settings panel to choose between available languages. Subtitles can be enabled by default, auto-started on load, and the preferred language can be configured via embed parameters. A notification popup briefly confirms which track has been activated.

The subtitle button in the control bar toggles subtitles on and off.
The subtitle button in the control bar toggles subtitles on and off.
The subtitle selector in the settings panel lets you choose a language.
The subtitle selector in the settings panel lets you choose a language.

Code

HTML

Frequently asked questions

The player consumes WebVTT tracks multiplexed in the HLS manifest (EXT-X-MEDIA TYPE=SUBTITLES). If you upload SRT files to Videas, they are converted to WebVTT automatically before packaging, so you don't need to convert them yourself.

Yes. Add subtitles=1 to enable them on load, and subtitle_lang=fr (for example) to select a specific language. Without subtitle_lang, the player falls back to the browser's Accept-Language preference.

Videas exposes the full transcript and subtitle text on the public video page (when enabled), making every spoken word searchable by Google. For private embeds, subtitles remain available inside the player but are not published on external SERPs.