-
Notifications
You must be signed in to change notification settings - Fork 10
Adding webinar videos
Julia Damerow edited this page Aug 16, 2019
·
1 revision
At the moment we are storing the webinar recordings in the DARIAH-DE Publikator. For the videos to be streamable, however, we first need to convert them to allow faststart. This page describes how to use Handbrake for this and is based of this Stackoverflow thread: https://stackoverflow.com/questions/10328401/html5-how-to-stream-large-mp4-files#10330501
- Install Handbrake
- Open the mp4 recording video in Handbrake
- Under the "Format" dropdown, make sure "Web Optimized" is selected.
- Select a saving location for "Save as:" at the bottom.
- Click "Start"
- Login to the Publikator
- Create a new collection.
- The title of the new collection should be "DHTech Workshop: " plus the workshop title (e.g. Authenication and Authorization).
- The creator should be the person giving the workshop.
- Under rights put "CC BY-NC-ND 4.0 (https://creativecommons.org/licenses/by-nc-nd/4.0/)".
- For the description, you can put the description of the workshop.
- Upload the converted recording into the collection.
- For the uploaded file properties you can use the same as for the collection (title, creator, etc.).
- Once you're happy with the collection, files, and their metadata, publish the collection.
- You will now have a link to the uploaded files (e.g. https://repository.de.dariah.eu/1.0/dhcrud/21.11113/0000-000B-D236-B).
- Clone the DHtech repository.
- Create a new page in
_workshops
- Add the url for the recording you got from the Publikator as
recording
in the header. - Add slides and other info to the page.
- For the text on the page, you can use the announcement and just change the tense of the text.
- Commit and push your changes and open a pull request to master.