Manage the STYLE blocks of a WebVTT file — the cue classes referenced from the subtitle text as <c.name> — and the <v Name> voices used for speaker labelling.
Toolbar: the styles button (shown when the current format is WebVTT)
Right-click a line: Styles, Voices, Browser preview
A WebVTT style is CSS attached to a cue class:
WEBVTT
STYLE
::cue(.narrator) { color:rgb(255,255,0); font-style:italic }
A line then references it with <c.narrator>Text</c>, and several classes can be combined: <c.narrator.small>Text</c>.
Every CSS property is optional. Each colour has its own check box — an unchecked colour is left out of the style rather than written as a default, so a style that only sets color stays that way after a visit to the editor.
font-family, font-size)color)background-color)text-shadow)Sizes are written in pixels. A style whose font size uses a relative unit (em, %) is left alone — Subtitle Edit has no pixel value to show for it, so the size field stays empty and the declaration is preserved only if you do not change it.
Ctrl+Up), Move down (Ctrl+Down), Move to top, Move to bottom. This is the order the styles are written to the file with.STYLE blocks of another WebVTT file and lets you pick which ones to take. Imported names that clash with an existing style are given a numbered suffix.STYLE block, for reuse in other subtitles.Two styles with the same name are flagged in the editor: a cue class is keyed by name, so the second one would simply shadow the first when the file is read back.
Select one or more lines, right-click and choose Styles. The check marks start from the focused line. Checking styles wraps the selected lines in <c...>; clearing all of them removes the class tags again.
WebVTT marks a speaker with a voice span: <v Joe>Where are you?
Select one or more lines, right-click and choose Voices:
<v> tags from the selected lines.Setting a voice replaces any voice already on the line rather than nesting a second tag.
With a video loaded in a browser-playable container (.mp4, .m4v, .webm, .ogv, .mov), right-click a line and choose Browser preview. Subtitle Edit writes a temporary HTML page that plays the video with the current subtitle attached as a WebVTT text track and opens it in your default browser, so you can check the cues in a real WebVTT renderer. The temporary page is deleted again shortly after it is opened.
| Shortcut | Action |
|---|---|
| F1 | Show help |
| Ctrl+Up / Ctrl+Down | Move the selected style up / down |
| Escape | Close dialog |