Version: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs)
m added category:Debugging/Diagnostic_filters
reword
Line 1: Line 1:
{{Template:FuncDef|Version()}}
{{Template:FuncDef|Version()}}


Version()  # [AviSynth 2.51 beta]
Generates a 440x80 pixel, 24[[FPS]], 10-second, [[RGB24]]-format video clip with a short version, build time, copyright statement, and homepage in manila 16-point Arial text on a 25% grey background.  


generates a 468x80 pixel, 24.000fps, 10-second, RGB24-format video clip with a short version and copyright statement in manila 16-point Arial text on 25% grey background.  
[[File:avisynth-version-2.6.png]]


Version() # [AviSynth 2.08]
In older versions the dimensions of the clip are 468x80 (v2.51), 420x80 (v2.08). Much older legacy versions create 512x32 clip at 15FPS using orange 24-point Arial text.
 
generates a 420x80 pixel, 24.000fps, 10-second, RGB24-format video clip with a short version and copyright statement in manila 16-point Arial text on 25% grey background.
 
Version()  # [Legacy versions]
 
generates a 512x32 pixel, 15fps, 10-second, RGB-format video clip with a short version and copyright statement in orange 24-point Arial text.




[[Category:Internal filters]]
[[Category:Internal filters]]
[[Category:Debugging/Diagnostic filters]]
[[Category:Debugging/Diagnostic filters]]

Revision as of 17:50, 19 September 2015

Version()

Generates a 440x80 pixel, 24FPS, 10-second, RGB24-format video clip with a short version, build time, copyright statement, and homepage in manila 16-point Arial text on a 25% grey background.

In older versions the dimensions of the clip are 468x80 (v2.51), 420x80 (v2.08). Much older legacy versions create 512x32 clip at 15FPS using orange 24-point Arial text.