Example Configuration

The following is an example configuration that runs news segmentation on ingested video. This configuration runs segmentation using a Content component that is on the same machine as Media Server. It also includes an output task to write the results of segmentation to files on disk.

[Ingest]
IngestEngine=AV

[AV]
Type=Video

[Analysis]
AnalysisEngine0=SpeechToText
AnalysisEngine1=TextSegmentation
AnalysisEngine2=NewsSegmentation

[SpeechToText]
Type=SpeechToText
Language=ENUS
Mode=relative
ModeValue=0.90
FilterMusic=true

[TextSegmentation]
Type=TextSegmentation
Input=SpeechToText.Result

[NewsSegmentation]
Type=NewsSegmentation
Input=TextSegmentation.Result
IdolHost=localhost
IdolPort=9000

[Output]
OutputEngine0=XML

[XML]
Type=xml
Input=NewsSegmentation.Result,SpeechToText.Result
Mode=bounded
EventTrack=NewsSegmentation.Result
XMLOutputPath=./output/%token%/Story_%segment.type%_%segment.sequence%.html