Info2

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(Info2)
 
m (add x64 category)
Line 1: Line 1:
{{FilterCat4|External_filters|Plugins|Other_filters|Debugging/Diagnostic_filters}}
+
{{FilterCat5|External_filters|Plugins|Plugins_x64|Other_filters|Debugging/Diagnostic_filters}}
 
{{Filter3
 
{{Filter3
 
| {{Author/David Horman}}
 
| {{Author/David Horman}}

Revision as of 00:38, 20 March 2020

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

  • AviSynth 2.6 or greater | AviSynth+
  • x64 requires x64 AviSynth+
  • Supported color formats: all color formats


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