Skip to content

Selector Table

Selector Table

This table summarizes the various selector commands a video filter can receive.

SelectorOptional?Description
fsInitSpecYesAllocate and initialize your parameters with default values without popping a modal setup dialog.
fsHasSetupDialogYesNew for Premiere Pro CS3. Specify whether or not the filter has a setup dialog.
fsSetupYesAllocate memory for your parameters if necessary.
Display your modal setup dialog with default parameter values or previously stored values.
Save the new values to specsHandle.
fsExecuteNoFilter the video using the stored parameters from specsHandle.
Be aware of interlaced video, and don’t overlook the alpha channel!
fsDisposeDataYesDispose of any instance data created during fsExecute.
fsCanHandlePARYesTell Premiere how your effect handles pixel aspect ratio.
fsGetPixelFormatsSupportedYesGets pixel formats supported. Called iteratively until all formats have been given.
fsCacheOnLoadYesReturn fsDoNotCacheOnLoad to disable plugin caching for this filter.