NetX supports closed captioning (subtitles) for video previews through the use of .vtt files. Producers and above can manage closed caption files for video assets.
The only supported closed captioning file type in NetX is .vtt. Any other captioning formats must be converted to .vtt before they can be used for video captions. Other file formats can be attached to a video asset as a view, but will not be displayed during video previews.
Adding closed captioning
Your VTT view must be named previewVTT or it will not be recognized by the video player. There can be only one previewVTT attached to a video asset at a time.
- Navigate to an asset's detail page.
- Select the Views tab.
- Use the plus + button along the top-left of the tab's header; this will initiate the Add view action.
- Give your new view the name previewVTT, a Description (optional), and select a file using the window's file picker or by dragging a file from your local storage.
- To upload your view, click Save; to close the window without uploading the view or saving any configuration changes, click Cancel.
For more information regarding asset views and their management, see Asset Views .
Using closed captioning
Turn closed captioning on and off for a video by hovering over the cc button that appears with the video's playback controls. Toggle between captions and captions off to watch the video with and without subtitles.
Searching closed caption content
Property | Description |
---|---|
search.index.asset.contents.includeSubtitles |
If this property is true, the contents of VTT files added as views to assets will be indexed for content searches while using keyword or advanced searches. If this property is false, VTT contents will not be indexed, and therefore unsearchable even if search.keywordIncludeContents is true. Value options: true / false Requires restart? No |
search.keywordIncludeContents |
If this property is true, the contents of document files will be searchable while performing both keyword and advanced searches. If this property is false, VTT files will not be searchable via keyword (basic) search. Value options: true / false Requires restart? No |