ExtendScript performSceneEditDetectionOnSelection doesn't analyze clips
Hey everyone,
I'm trying to detect cuts in a sequence via ExtendScript in Premiere Pro using the following bit of code:
var activeSeq = app.project.activeSequence;
activeSeq.performSceneEditDetectionOnSelection("ApplyCuts", true, "LowSensitivity");
The Scene Edit Detection dialogue pops up and it says analyzing clips, but the progress bar never advances.
I've tried changing the sensitivity and using the "CreateMarkers" action instead but it still says Scene Edit Detection regardless of which string I use for the first parameter and progress bar never moves.
I've confirmed that the Scene Edit Detection functionality works when I right click the media in the sequence and initiate the process manually. I'm on Premiere Pro 24.5.0 (Build 57).
Any help would be appreciated. Thank you!
