Info2
From Avisynth wiki
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
- [x86] AviSynth+ or AviSynth 2.6.0
- [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.
- clip =
- int size = -1
- Size, in pixels, of text.
- int size = -1
- string font = ""
- Font name. Info2 defaults to Calibri or, failing that, Arial.
- string font = ""
- int background = 2
- Background opacity:
- int background = 2
- 0 : no background
- 1 : light background
- 2 : dark background (default)
- bool verbose = false
- Print additional information (frame rate numerator/denominator, parity information).
- bool verbose = false
- bool glyph = true
- Enable/disable subsampling glyph
- bool glyph = true
Examples
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 ←