Forum Discussion

OrganizationSta's avatar
OrganizationSta
Community Member
3 years ago

Video with Table of Contents in Rise

I have a video created in Camtasia with a table of contents based on markers used in Camtasia. Can those be used in Rise? What about captions?

 

  • Camtasia creates the .MP4 video. You can insert that and captions like any other video.

    The menu that Camtasia creates is essentially an object that holds the video. To insert that into Rise you need to upload the entire Camtasia output to a server and then you can embed that using the embed block. You probably need to create an iframe.

     

    • OrganizationSta's avatar
      OrganizationSta
      Community Member

      Thank you! I don't have tools to do that here at work, but it's good to know. :) 

  • JakeHenderson's avatar
    JakeHenderson
    Community Member

    Here is a good example of an iframe to use if you ever get the Camtasia output hosted on a server:

    <iframe src="url_to_hosted_camtasia" width="1920" height="1080"></iframe>

    Good luck!