youtube_id_1_5 = String(
help=_("..."),
display_name=_("Sign-language alternative video"),
scope=Scope.settings,
default=""
)> Ideally, You wouldn't want to have a separate video for a sign language video. There is often important visual context in the primary media that would be useful to the viewer. HTML5 video players can be styled using CSS, which permits a whole range of possibilities for including sign language video. I think a better approach would be to display the sign language video as a smaller video player (perhaps 20% of the viewable player area) with a higher Z-index so that it appears as an overlay on the primary media.We thought about this, but I'm not a big fan of synchronizing things :). Initially we will provide two videos, one without sign language and the other is the exact same video but with the 20% sign-language video burned on. I believe this approach is:
- Less error-prone
- Easy for the course manager to manage
- Can be easily uploaded to YouTube and/or S3 without special hacks
> Theoretically, the approach you outline below will be possible after our next release which introduces the "Cohorted Courseware" feature. A course author can create a cohort of hearing-impaired users, or users who prefer sign language video. When they author their course, they would add both videos, the primary media, viewable by everyone, and the sign language video, viewable by those in the cohort.It is up to the course managers to decide on using the cohorts to confine the sign video or not,Hopefully mid Feb, we'll see an actual working prototype of the video and collect some feedback,
On Thu, Jan 22, 2015 at 3:13 AM, Omar Al-Ithawi <oit...@qrf.org> wrote:> Ideally, You wouldn't want to have a separate video for a sign language video. There is often important visual context in the primary media that would be useful to the viewer. HTML5 video players can be styled using CSS, which permits a whole range of possibilities for including sign language video. I think a better approach would be to display the sign language video as a smaller video player (perhaps 20% of the viewable player area) with a higher Z-index so that it appears as an overlay on the primary media.We thought about this, but I'm not a big fan of synchronizing things :). Initially we will provide two videos, one without sign language and the other is the exact same video but with the 20% sign-language video burned on. I believe this approach is:
- Less error-prone
- Easy for the course manager to manage
- Can be easily uploaded to YouTube and/or S3 without special hacks
Agreed.> Theoretically, the approach you outline below will be possible after our next release which introduces the "Cohorted Courseware" feature. A course author can create a cohort of hearing-impaired users, or users who prefer sign language video. When they author their course, they would add both videos, the primary media, viewable by everyone, and the sign language video, viewable by those in the cohort.It is up to the course managers to decide on using the cohorts to confine the sign video or not,Hopefully mid Feb, we'll see an actual working prototype of the video and collect some feedback,Would you consider expanding your solution to incorporate multiple video options (not just sign language)? This approach could be used by a user to switch to a video with an Audio Description track or a video that has been dubbed into another language.
Senior Engineer, Edraak.org
Queen Rania Foundation
for Education & Development
T +962 6 4016464 Ext. 700
Best,MarkThanks,
Theoretically, the approach you outline below will be possible after our next release which introduces the "Cohorted Courseware" feature. A course author can create a cohort of hearing-impaired users, or users who prefer sign language video. When they author their course, they would add both videos, the primary media, viewable by everyone, and the sign language video, viewable by those in the cohort. I think the one outlined above would be more elegant.
Thoughts?
Mark
On Wednesday, January 21, 2015 at 4:14:44 AM UTC-5, Omar Al-Ithawi wrote:Hi All,Just wanted to notify you that I'm going to work adding sign-language video support to edX video player,I'm going to add a new xfield for example:youtube_id_1_5 = String(
help=_("..."),
display_name=_("Sign-language alternative video"),
scope=Scope.settings,
default=""
)And the UI will have an extra button to toggle this video.I haven't started working on it yet, I'm planning to work on it starting from Feb 2nd.Your feedback is appreciated,Thanks,
Mobile, Technical Lead
Thanks a lot nimisha for the input,It's not too late, I actually didn't like having the course author to manage too many videos either,Hopefully the VAL helps to solve this,
Omar Al-Ithawi