Copy link to clipboard
Copied
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.
1 Correct answer
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.
Copy link to clipboard
Copied
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.

