Version

Version by default generates a 24fps, 10-second, RGB24-format video clip with a version, build time, copyright statement, and homepage information in 24-point, Arial, light yellow ($ECF2BF) text on a 25% grey ($404040) background. Width and height are automatically chosen to fit the message, so clip size varies by version.

../../_images/version-3.7.1.png

Syntax and Parameters

Version(int "length", int "width", int "height", string "pixel_type", clip "clip")
length

Length of the resulting clip (in frames).

Default: 240

width, height

Width and height of the resulting clip. When set to -1 (or <= 0), it is automatically sized to fit font size 24.

Default: -1, -1

pixel_type

Pixel type of the resulting clip. See Blankclip for a complete list of color formats.

Default: "RGB24"

clip

Template clip; if present, the resulting clip will have the clip-properties of the template, except for the properties defined explicitly.

Changelog

Version

Changes

AviSynth+ 3.7.2

Added parameters length, width, height, pixel_type, and clip.

$Date: 2022/03/03 21:28:07 $