Info2

From Avisynth wiki
Jump to: navigation, search
Abstract
Author wonkey_monkey
Version v0.1
Download Info2.zip
Category Debug filter
License  ?
Discussion Doom9 Thread

Contents

Description

Info2 - a faster, prettier alternative to Info().


Pros:

  • Faster - around 20x-100x depending on the colour space
  • Much easier to read - the information is presented in a table, not as a wall of text

Cons:

  • It doesn't show per-frame information, like field parity or frame number (but then again, that's frame information, not clip information)



Requirements


Syntax and Parameters

Info2 (clip, int "size", string "font", int "background", bool "verbose", bool "glyph")


clip   =
Input clip.


int  size = -1
Size, in pixels, of text.


string  font = ""
Font name. Info2 defaults to Calibri or, failing that, Arial.


int  background = 2
Background opacity:
  • 0 : no background
  • 1 : light background
  • 2 : dark background (default)


bool  verbose = false
Print additional information (frame rate numerator/denominator, parity information).


bool  glyph = true
Enable/disable subsampling glyph


Examples

TODO

ColorBars()
Info2()


Changelog

Version      Date            Changes
v0.1 06/30/2019 - Initial release


Archived Downloads

Version Download Mirror
v0.1 Info2.zip



External Links




Back to External Filters

Personal tools