Skip to main content
jérômel65546684
Participating Frequently
January 11, 2016
Question

Why output image switch to full resolution when mouse click and drag interaction is selected and how to change this?

  • January 11, 2016
  • 1 reply
  • 470 views

I realized that when mouse click and drag interaction is selected the output image on which processing is applied switch to full resolution, thus lowering significantly the time for rendering. Is there anyway (flag or other) to change this parameter to speed-up rendering?

Thx in advance!

This topic has been closed for replies.

1 reply

Community Expert
January 11, 2016

AEGP_GetCompDownsampleFactor() to get the current state at the beginning.

AEGP_SetCompDownsampleFactor() to set a lowered value, and at the end you

can re-set the original value.

jérômel65546684
Participating Frequently
January 12, 2016

Thx a lot shachar! Is there any equivalent function for Premiere Pro or is it working as well? I'm trying to implement a plugin working in AE and PPRO as much as possible...

January 12, 2016

As far as I know, these AEGP functions are not (yet?) supported by Premiere Pro.