• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

onPlay / onPause event on video in active sequence?

New Here ,
Aug 16, 2023 Aug 16, 2023

Copy link to clipboard

Copied

Hello!

 

We are currently developing a cep panel for adobe premiere pro using Bolt. I've been doing some digging in the documentations but I can't find any way to determine weather the video is playing or not, is there a way to know the status of the video other than just the point in time? Or are there any existing events that we could use for knowing when a video has been played/paused that are not docuemmeted?

 

Appreaceate the help!

TOPICS
Experiment , SDK

Views

96

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Aug 16, 2023 Aug 16, 2023

There's nothing in PPro's ExtendScript API that allows for that. 

What would you do with it, if that information were available?

Votes

Translate

Translate
Adobe Employee ,
Aug 16, 2023 Aug 16, 2023

Copy link to clipboard

Copied

There's nothing in PPro's ExtendScript API that allows for that. 

What would you do with it, if that information were available?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 17, 2023 Aug 17, 2023

Copy link to clipboard

Copied

LATEST

Thanks for you reply!

I'm working on a feature were we sync audio with video, so we pause/play the video when the music pauses/plays and vice versa. I found that I can use this undocumented prop: 

qe.project.getActiveSequence().player.isPlaying

to check for if the video is playing or not, and it seems to work okey so I'll give it a go for now! Thanks 🙂 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines