VideoSize
The size of the encoded video, in pixels (width followed by height).
To maintain the aspect ratio of the source media, specify either a width or height and set the other dimension to zero, for example:
320x0
specifies a width of 320 pixels and calculates the appropriate height using the original aspect ratio.0x160
specifies a height of 160 pixels and calculates the appropriate width using the original aspect ratio.
The following delimiters for the width and height are all acceptable: 160,90 160x90 160X90 160:90
.
Type: | List of integers |
Default: | 0,0 (the video size matches the source media) |
Allowed Range: | Minimum: 50,50 |
Required: | No |
Configuration Section: | TaskName |
Example: | VideoSize=320,0
|
See Also: |