Skip to main content
Participant
April 9, 2025
Answered

Plugin Premiere Pro V25.3.0 can not see text layers

  • April 9, 2025
  • 2 replies
  • 249 views

I want to create a plugin for Premiere Pro Beta v25.3.0, but I'm unsure where to find information about this process.

The error occurs because the newSequence object returned by activeSequence.createSubsequence(true) does not have a getVideoTracks() method or a videoTracks property.

I need to find a method that can provide me with text.

 

[2025-04-09 23:54:28:742] [console] Localization error: TypeError: newSequence.getVideoTracks is not a function
[2025-04-09 23:56:57:880] [console] Localization error: Error: Failed to get video tracks: Failed to get video tracks: getVideoTracks is not supported and there are no videoTracks.

 

Correct answer Bruce Bullis


CreateSubSequence works correctly in PProPanel, returning a sequence. There's no such function as 'getVideoTracks'; just sequence.videoTracks.

There is no ExtendScript API for querying text layers; the closest thing available = PProPanel shows how to apply .mogrts and modify their parameters

2 replies

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
April 10, 2025


CreateSubSequence works correctly in PProPanel, returning a sequence. There's no such function as 'getVideoTracks'; just sequence.videoTracks.

There is no ExtendScript API for querying text layers; the closest thing available = PProPanel shows how to apply .mogrts and modify their parameters

Ann Bens
Community Expert
Community Expert
April 9, 2025

Moved to Premiere Pro beta forum.