public class ScaleFilter extends Filter
| Constructor and Description |
|---|
ScaleFilter() |
ScaleFilter(VideoSize toSize,
ForceOriginalAspectRatio foar)
Scale the video to a particular size and maintain aspect ratio.
|
addInputLabel, addNamedArgument, addOrderedArgument, addOutputLabel, getExpressionpublic ScaleFilter()
public ScaleFilter(VideoSize toSize, ForceOriginalAspectRatio foar)
toSize - What size should the video be scaled to?foar - Should the video be increased or decreased to size?Copyright © 2020. All rights reserved.