The [Analysis]
section of the configuration file contains the names of the analysis tasks that you want to run.
Use the AnalysisEngine
parameter to specify the names of the tasks. The names that you specify must refer to other sections of the configuration file that contain settings for the analysis engines.
You can specify multiple analysis tasks by using a comma-separated list of names:
[Analysis] AnalysisEngine=Keyframes,SceneAnalysis
Alternatively, you can use numbered parameters. Use a unique number for each task, starting from zero (0) and increasing by one each time:
[Analysis] AnalysisEngine0=Keyframes AnalysisEngine1=SceneAnalysis
After specifying the names of the sections for your analysis tasks, you can set parameters to configure the tasks. For example:
[Keyframes] Type=Keyframe Sensitivity=0.7 ForceAfter=120s QuietPeriod=1s
|