VideoSize

The size of the encoded video, in pixels (width followed by height).

To encode the video using the same dimensions as the video source, set this parameter to copy.

To maintain the aspect ratio of the source video, specify either a width or height and set the other dimension to zero, for example:

  • 160x0 specifies a width of 160 and calculates the appropriate height using the original aspect ratio.
  • 0x160 specifies a height of 160 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: The size in the encoding profile, specified by VideoProfile
Required: No
Configuration Section: TaskName
Example: VideoSize=1920,1080
See Also:

VideoProfile

VideoBitrate