Skip to main content
stevej89009549
Inspiring
May 28, 2021
Answered

User-controlled closed captions in event videos

  • May 28, 2021
  • 1 reply
  • 344 views

I was wondering if anyone had developed a solution so learners can toggle close captioning on/off in event videos in Captivate. I am aware of Paul Wilson's method for hardcoding captions into videos. We've done this using Premier rather than Camtasia. I was thinking that it should be possible to give learners control over whether they see captions or not with a custom button, say beside the video playbar. Has anyone done this? Can you suggest a good way to achieve this desirable functionality to support accessibility requirements?

Thanks

Steve

    This topic has been closed for replies.
    Correct answer TLCMediaDesign

    The only way I know of doing this is to create the video in an html page and use a .vtt file for the captions, when the browser sees the vtt include, it will also include a CC button.

    1 reply

    TLCMediaDesign
    TLCMediaDesignCorrect answer
    Inspiring
    May 28, 2021

    The only way I know of doing this is to create the video in an html page and use a .vtt file for the captions, when the browser sees the vtt include, it will also include a CC button.

    stevej89009549
    Inspiring
    May 29, 2021

    Thank you for replying so quickly and confirming what I thought.