Ticket #132 (new task)

Opened 3 years ago

Last modified 14 months ago

enable the ability to upload a transcript, aka subtitle, and make it translatable

Reported by: add transcript upload field to video publish form Owned by: andycat
Priority: major Milestone: 4.1
Component: EmbeddedPlayback Keywords:
Cc: Who will test this:

Description

it would be able nice to upload a transcript of a video in format .srt, and that the transcript item be translatable by other users.

it is fairly simple to add a field to upload a simple file, an .srt for example by adding a FileField? to engage.py and with the something like the following in video_view.pt:

<div metal:use-macro="python:context.widget('Transcript',

mode='view')" />

There may be better ways to do this, but it occurs to me that ATVideo could be LinguaPlone? enabled, where the languages would corespond to subtitles. a transcript could be uploaded by any user. and when selecting, translate video users could be prompted to upload the translated transcript in a specific language, or an inline for to edit the subtitle text could be generated.

once the subtitles are in the page, future enhancments could could convert the srt to cmml, or other relevant formats.  http://trac.annodex.net/browser/scripts/trunk/srt2cmml.py?rev=1179

Attachments

Change History

Changed 3 years ago by and

  • milestone set to 0.5

Changed 3 years ago by andycat

  • component changed from ATEngageVideo to EmbeddedPlayback

Changed 15 months ago by andycat

  • summary changed from enable the ability tu upload a trascript, aka subtitle, and make it translatable to enable the ability to upload a transcript, aka subtitle, and make it translatable
  • milestone changed from 0.6 - to 0.4 -

Changed 14 months ago by yurj

Using SMIL and a flash player which supports it, it is easy to manage one or more video, with subtitles and alternative audios.

For example see:  http://www.webmultimediale.org/SC_1.2.5/

Changed 14 months ago by and

  • milestone changed from 0.4 - to 0.5 -

Add/Change #132 (enable the ability to upload a transcript, aka subtitle, and make it translatable)

Author


E-mail address and user name can be saved in the Preferences.


Action
as new
 
Note: See TracTickets for help on using tickets.