OptionsConfiguration Fields |
| Name | Description | |
|---|---|---|
| alwaysCall | A list of properties to always call as updated. Generally used for composite properties. (Inherited from PropertyChangedAlerter.) | |
| aspectRatio | The aspect ratio used for calculating heights when the aspect ratio is locked. | |
| DEFAULT_FLOW_FILTER_TYPE | The default flow filter type setting. | |
| DEFAULT_ITERATIONS | The default iterations setting. | |
| DEFAULT_LEVELS | The default levels setting. | |
| DEFAULT_PIXEL_NEIGHBORHOOD | The default pixel neighborhood setting. | |
| DEFAULT_PYRAMID_SCALE | The default pyramid scale setting. | |
| DEFAULT_SMOOTH_DERIVATIVE_STANDARD_DEVIATION | The default smooth derivative standard deviation setting. | |
| DEFAULT_WINDOW_SIZE | The default window size setting. | |
| fastPyramid | A value indicating whether or not to use fast pyramids when processing a video. | |
| flowFilterType | Type of the flow filter to use for processing. | |
| height | The height of the output video. | |
| interpreter | An input interpreter used for converting string values to numeric values. | |
| iterations | The number of iterations per pyramid level. | |
| keepAudio | A value indicating whether or not to keep the original audio in the final video. | |
| keepSubregions | A value indicating whether or not to render unspecified subregions. | |
| levels | The level size setting. | |
| lockAspectRatio | A value indicating whether or not to lock the aspect ratio to the of the video. | |
| losslessQuality | A value indicating whether or not to render the final video with lossless quality. | |
| pixelNeighborhood | The size of pixel neighborhood. | |
| playbackRate | The playback rate. | |
| pyramidScale | The pyramid scale setting. | |
| smoothDerivativeStandardDeviation | The standard deviation of smooth derivatives | |
| smoothMotion | A value indicating whether or not to tune processing for smooth motion. | |
| subregions | The subregions of the video on which to process. | |
| videoInput | The video input file. | |
| videoOutput | The video output file. | |
| width | The width of the output video. | |
| windowSize | Size of the windowing average. |