-
Type: User story
-
Status: Resolved
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: ADDONS_10.10, 11.1
-
Component/s: Renditions, Web UI
-
Epic Link:
-
Tags:
-
Sprint:nxAI Sprint 11.1.20, nxAI Sprint 11.1.21, nxAI Sprint 11.1.22, nxAI Sprint 11.1.23, nxAI Sprint 11.1.24, nxAI Sprint 11.1.25
-
Story Points:8
As a Web UI users with read permission on a video with subtitles
I want to see the subtitles
So that I get a written support
Functional description
Today, we do not support subtitles on video content. We should add this support.
To this end, we need to
- store the VTT files along with there language.
- Generate dynamic renditions for each available language
- Expose all vtt's files as <source/> (rendition) on https://github.com/nuxeo/nuxeo-ui-elements/blob/master/viewers/nuxeo-video-viewer.js along with their language.
possible solution
(this is just a proposal)
Add a new schema on video : multivalue complex with a blob and a string for the language code.
https://github.com/nuxeo/nuxeo/blob/master/addons/nuxeo-platform-video/nuxeo-platform-video-core/src/main/resources/schemas/video.xsd
- is required by
-
AICORE-15 Process video transcribe to vtt
- Resolved