MediaPoolItem
New in 21.0.2
PerformAudioClassification()
Return Type: Bool
Analyzes and classifies the audio of a MediaPoolItem into categories and subcategories.
Refer to Studio and AI Scripting APIs for prerequisites.
ClearAudioClassification()
Return Type: Bool
Clears audio classification of the MediaPoolItem.
Refer to Studio and AI Scripting APIs for prerequisites.
RemoveMotionBlur({deblurOption})
Return Type: MediaPoolItem
Applies motion deblur on the MediaPoolItem. Returns the newly created MediaPoolItem.
Refer to Motion Deblur Settings for information on supported settings.
Refer to Studio and AI Scripting APIs for prerequisites.
AnalyzeForIntellisearch(identifyFaces, isBetterMode)
Return Type: Bool
Performs Intellisearch analysis on the MediaPoolItem. identifyFaces specifies whether to identify faces; isBetterMode specifies whether to use Better mode. Returns True if required packages are installed and analysis is successful.
Refer to Studio and AI Scripting APIs for prerequisites.
AnalyzeForSlate(markerColor)
Return Type: Bool
Performs Slate analysis on the MediaPoolItem using the current settings and specified markerColor. Returns True if required packages are installed and analysis is successful.
Refer to Analyze Slate Settings for information on markerColor.
Refer to Studio and AI Scripting APIs for prerequisites.
New in 20.2.0