Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.51 KB

File metadata and controls

32 lines (20 loc) · 1.51 KB

nuix-audiotranslateplugin

Ask DeepWiki

NUIX plugin for audio translation via distributed workers. Uses Task Bridge together with Transcribe and Translate workers for distributing and doing the work.

Output

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

Installation

First download an install NUIX.

Next copy the entire folder transcription.nuixscript into the plugin directory of your NUIX installation.

Configuration

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).

Usage

  1. Create a NUIX case and add some data
  2. Select audio or video items (checking the checkbox)
  3. Right-Click an Run Plugin -> Audio transcription and translation