Info | ||
---|---|---|
| ||
Note that the integration of audio and video files at brill.com is still under development. Functionality for books and journals is expected to become available in summer 2023. Similar functionality for the reference works will follow later. |
Introduction
Brill signed an agreement with Cadmore Media for the integration of audio and video in online publications. Besides hosting the content, Cadmore offers services such as a management portal for editing the content, transcriptions (in different languages) etc. This pages page gives an overview of the main functionality and specifies the instructions that are required in the JATS and BITS XML to include audio and video fragments in an article or chapter.
...
- Upload of audio and video files. For each file, additional metadata and settings can be entered. After upload, each file gets a unique Cadmore ID. This ID is required to play the file at a specific location in the publication.
- Addition of tags, to be able to search through the repository of files. It is for example possible to create tags with journal acronyms and thus indicate in which journal a specific file is used.
- Addition of transcripts in multiple languages. Such transcripts are searchable and can be played synchronized with the audio or video.
- Select a thumbnail illustration to show in the publication. This does not need to be the first frame of a video fragment.
- Usage data to see how many times a specific files has been viewed/played.
XML instructions
The <fig>-element with @specific-use="cadmore" is used to specify the video fragment to be included in the HTML-presentation of the article. The basic layout of the xml is given in the following sample. Note that "b1abf5a7-d908-4425-9048-f46f1a50f163" is the Cadmore ID that is generated in the management portal. Additional instructions are available to include the transcription of spoken text or a description of the veideo. See Media files hosted with Cadmore for additional information.
Code Block | ||||
---|---|---|---|---|
| ||||
<p><fig specific-use="cadmore" position="float" orientation="portrait">
<alternatives>
<media xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="https://stream.cadmore.media/player/b1abf5a7-d908-4425-9048-f46f1a50f163" content-type="media/mp4"
position="float" orientation="portrait"/>
</alternatives>
</fig></p> |
Including this XML will result in an inline video player in the full text display of the article: