This feature enables straightforward subtitle integration, thereby enhancing the accessibility of the video player. To add subtitles, simply include the subtitles
attribute.
<mave-player embed="{embed id}" subtitles="en,fr"></mave-player>
By default, the viewer chooses which subtitle to activate. If you want to activate a specific subtitle by default, you can do so by providing the active-subtitle
attribute with the preferred language code
<mave-player embed="{embed id}" subtitles="en,fr" active-subtitle="en">
</mave-player>
We generate a subtitle for you based on the language spoken in de video, this means that an English spoken video will automatically have subtitles with the language code en
available. Currently, to add more languages you will need to add the subtitle files manually using the VTT format.