Click or drag to resize

OptionsConfiguration Fields

Fields
  NameDescription
Private fieldalwaysCall
A list of properties to always call as updated. Generally used for composite properties.
(Inherited from PropertyChangedAlerter.)
Private fieldaspectRatio
The aspect ratio used for calculating heights when the aspect ratio is locked.
Private fieldStatic memberDEFAULT_FLOW_FILTER_TYPE
The default flow filter type setting.
Private fieldStatic memberDEFAULT_ITERATIONS
The default iterations setting.
Private fieldStatic memberDEFAULT_LEVELS
The default levels setting.
Private fieldStatic memberDEFAULT_PIXEL_NEIGHBORHOOD
The default pixel neighborhood setting.
Private fieldStatic memberDEFAULT_PYRAMID_SCALE
The default pyramid scale setting.
Private fieldStatic memberDEFAULT_SMOOTH_DERIVATIVE_STANDARD_DEVIATION
The default smooth derivative standard deviation setting.
Private fieldStatic memberDEFAULT_WINDOW_SIZE
The default window size setting.
Private fieldfastPyramid
A value indicating whether or not to use fast pyramids when processing a video.
Private fieldflowFilterType
Type of the flow filter to use for processing.
Private fieldheight
The height of the output video.
Private fieldinterpreter
An input interpreter used for converting string values to numeric values.
Private fielditerations
The number of iterations per pyramid level.
Private fieldkeepAudio
A value indicating whether or not to keep the original audio in the final video.
Private fieldkeepSubregions
A value indicating whether or not to render unspecified subregions.
Private fieldlevels
The level size setting.
Private fieldlockAspectRatio
A value indicating whether or not to lock the aspect ratio to the of the video.
Private fieldlosslessQuality
A value indicating whether or not to render the final video with lossless quality.
Private fieldStatic memberOUTPUT_FILE_FORMAT
The output file format when operating on more than one video.
Private fieldpixelNeighborhood
The size of pixel neighborhood.
Private fieldplaybackRate
The playback rate.
Private fieldpyramidScale
The pyramid scale setting.
Private fieldsmoothDerivativeStandardDeviation
The standard deviation of smooth derivatives
Private fieldsmoothMotion
A value indicating whether or not to tune processing for smooth motion.
Private fieldsubregions
The subregions of the video on which to process.
Private fieldvideoInput
The video input files.
Private fieldvideoOutput
The video output file.
Private fieldwidth
The width of the output video.
Private fieldwindowSize
Size of the windowing average.
Top
See Also