How to add new languages to the language list in the Transcript widget?
The Language tab displays the list of languages supported
by the AI vendors. Users can select the language from the drop-down list and
automatically the displayed transcribes get translated to the selected
language.
Please follow the below steps to add a new language to the list.
- Go to C:\Program Files\Empress Media\eMAM
Gateway\eMAMInsightService\Languages
- Open list.json in a text editor
- Like the objects for other languages, add an
object for the new language with the correct AWS code for the language.
You can find the Amazon Transcribe supported languages and the corresponding
codes here.
Make sure that the VideoIndexerCode value and the AWSCode value match. Please
see the example below.
{
"InsightLanguageId": 11,
"Extension": "he",
"VideoIndexerCode": "he-IL",
"IdolCode": "",
"VoiceBaseCode": "",
"IBMMediaCode": "",
"VoiceBaseAdvancedPunctuationsEnabled": false,
"IBMSpeechCode": "",
"AWSCode": "he-IL",
"GoogleSpeechCode": "",
"ComputerVisionCode": "",
"Name": "Hebrew",
"IsDefault": false
}
4. Save the JSON file.
5. Refresh the Transcript widget in the
Director interface and verify that the newly added language is displayed.
Related Articles
How to setup Amazon Rekognition in eMAM?
You must make the following configuration level changes to use Amazon Rekognition as an AI service for indexing video assets in eMAM: AWS Console Configuration 1. AWS Console: Create your account by signing up with AWS console. ...
Bug fixes and new enhancements in eMAM 5.5
Case ID Type Description 5.5.1_04JUN2024 13397 Enhancement Changes in eMAM REST API to Create Placeholder 13387 Enhancement This sets the sub-clip widget checkboxes to be unchecked by default. 13372 Enhancement Highlight the searched word when using ...
What is a "Preview" widget?
The Preview widget displays preview of all the video, audio, images and other document files in the eMAM system. Clicking on an asset in the Browse widget will select that asset and the selected asset's preview will automatically appear in the ...
How can we use "Button" metadata field type in a workflow?
A button metadata when clicked triggers an associated active workflow. This helps to execute any workflow on a click of a button. For e.g.: Here a button metadata Action is associated with Tool A workflow. In eMAM Director interface, under Admin ...
What is a Sequence and how do we create one?
A Sequence (also called timeline or storyboard) is a series of video clips or subclips arranged in a linear order. This functionality enables eMAM users to contribute to the editing process from the Director interface.Any number of sequences can be ...