NUIX plugin for audio translation via distributed workers. Uses Task Bridge together with Transcribe and Translate workers for distributing and doing the work.
Using this plugin on selected media itemseach item will get the following custom metadata.
| Property | Description |
|---|---|
Audio Language |
First language detected in the media file. If the file contains mutliple languages, only the first one is detected. |
Audio Transcription |
Transcribed text of the media file in its original language |
Audio Translation |
Text in german |
Audio Transcription Error |
Error message if transcription did not succeed |
First download an install NUIX.
Next copy the entire folder transcription.nuixscript into the plugin directory of your NUIX installation.
In the file taskbridge_transcribe_translate.rb you need to replace all occurences of http://192.168.0.152:42000 with the URL of your Task Bridge server (should be 4 entries).
- Create a NUIX case and add some data
- Select audio or video items (checking the checkbox)
- Right-Click an Run
Plugin -> Audio transcription and translation