Info2

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

Latest revision as of 21:24, 25 June 2020

Abstract
Author wonkey_monkey
Version v0.1
Download Info2.zip
Category Debug filter
License  ?
Discussion Doom9 Thread

Contents

[edit] 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)



[edit] Requirements


[edit] 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


[edit] Examples

TODO

ColorBars()
Info2()


[edit] Changelog

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


[edit] Archived Downloads

Version Download Mirror
v0.1 Info2.zip



[edit] External Links




Back to External Filters

Personal tools