Active
Project:
Media: Captions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Jun 2011 at 13:24 UTC
Updated:
4 Jun 2012 at 12:48 UTC
In Drupal 7 we need closed captions for accessibility. Will this module ported to D7 for the D7 media module?
Comments
Comment #1
technikh commented+1 subscribing
Comment #2
kreynen commented@aaron, I'd like to take this on in D7. I'm working with @emilyf on Cue Builder (http://drupal.org/sandbox/emilyf/1597640). That module is using the SRT structure and will eventually allow .srt import/export.
YouTube, Blip, and Archive all support SRT...
http://support.google.com/youtube/bin/answer.py?hl=en&answer=100077
http://support.blip.tv/entries/20490403-adding-closed-captioning-to-your...
http://archive.org/post/328198/closed-caption-subtitles
I was surprised to find that my favorite VOD service, Vimeo, doesn't support any form of closed captioning yet...
https://vimeo.com/help/faq/video#closed_captioning
After the Amara Project (formerly Universal Subtitles and supported in D6 with http://drupal.org/project/media_universalsubtitles) received $1 Million in funding from Knight and Mozila (http://techcrunch.com/2012/05/10/amara-funding/), the idea of skipping the UI altogether and just using Amara was getting more appealing. But after looking at Amara's current UI and API, it would be hard to create both a full transcription of a video AND a clickable table of contents.
The first feature of Cue Builder will be deep linking into "chapters" of a VOD with services that support that... but I've already been working with http://drupal.org/project/popcornjs.
Here's an example of Subtitles/closed caption with Popcorn.js http://fluesterwitze.apps.morgenpost.de/fluesterwitze_mittel.html
While that looks similar to what it would look like if the subtitles had been added to YouTube, they are being overlayed using the Popcorn.js and javascript like this...
Popcorn integration is really going to change a lot with media in Drupal. There's no end to the crazy things we'll be able to do, but that's icing. Captions is cake... or maybe even vegetables. Captions are both needed and fairly easy to achieve, so that's where I'm planning on starting.
Can I get access to develop that in this project w/ Cue Builder and Popcorn.js as dependancies?
Comment #3
mgiffordI like Popcorn.js from Mozilla's team. I can't approve anything for this project, but sounds like you've got some great ideas to make this work better. What access do you need? I'm interested in testing your solution.