Skip to main content
Participant
March 31, 2015
Answered

VideoRecord->part and Speed/Duration

  • March 31, 2015
  • 1 reply
  • 385 views

Hi,

I have a Video Filter, Premiere Pro SDK, in Premiere Pro CS6-CC2014

The VideoRecord->part description in Premiere SDK says:

"How far into the effect you are. part varies from 0 to total, inclusive."

But if the clip speed is changed this is not true. In this case "part" varies from 0 to total*speed and the filter is unable to calculate the correct percentage for a given fsExecute. Is this a bug? The AE filters can use GetClipSpeed() in PF_UtilitySuite2 to handle this, but I not see a suitable equivalent in Premiere SDK. Is there a way to get clip speed in Premiere?

Thanks in advance.

This topic has been closed for replies.
Correct answer Zac Lam

This is an advantage that the AE effect API has over the PPro video filter API - it is not provided through the PPro video filter API.

1 reply

Zac LamCorrect answer
Inspiring
April 6, 2015

This is an advantage that the AE effect API has over the PPro video filter API - it is not provided through the PPro video filter API.