The parameters in this section customize the VideoServerAnalysis
task.
This task runs analysis on videos that are associated with documents and have the field AUTN_NEEDS_VIDEO_SERVER_ANALYSIS
. You must add this field to the documents that you want to analyze. You can add the field using a Lua script.
You can run the VideoServerAnalysis
task as a Pre or Post task. When you configure the task, use the Pre
or Post
parameter to specify the name of a section in the CFS configuration file that contains the task settings:
[ImportTasks] Post0=Lua:DetectVideos.lua Post1=VideoServerAnalysis:VideoServerSettings [VideoServerSettings] VideoServerHost=server:14000,server2:14000 VideoServerConfigurationName=broadcast VideoAnalysisTransform=xslt/VideoServerAnalysisTransform.xsl
|