🍺 BREW Explorer

← all formulae

glyph

brew install glyph v1.0.11_1 MIT

Converts images/video to ASCII art

14
30-day installs · #7753
40
90-day · #7906
441
365-day · #5403
524
★ GitHub stars · updated 11mo ago

Runtime dependencies

Build dependencies

GitHub topics

ascii ascii-art zig

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "pkgconf",
    "zig@0.14"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "ffmpeg"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Converts images/video to ASCII art",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:11+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "glyph",
  "github_default_branch": "main",
  "github_last_commit_at": "2025-09-02T06:37:06Z",
  "github_readme_excerpt": "# glyph \u2014 a modern ascii renderer\n\nConverts images and videos into ASCII art.\n\n![shinto-ascii](https://github.com/user-attachments/assets/a6676a76-3bdf-4a63-8629-e121a5943b7d)\n\n\n## Installing\n\n### Homebrew\n```bash\nbrew install glyph\n```\n\n### Build from source\n```bash\nzig build -Doptimize=ReleaseFast\n```\nThe executable is placed at `./zig-out/bin`.\n\nTo disable compiling ffmpeg and remove the libglyphav module:\n```bash\nzig build -Doptimize=ReleaseFast -Dav=false\n```\n\nRun directly with:\n```bash\nzig build run -Doptimize=ReleaseFast -- [options]\n```\n\n## Usage\n\nBasic usage (default Zig install path is `./zig-out/bin`):\n```\n/path/to/glyph [options]\n```\n\n- `-h, --help`: Print help and exit\n- `-v, --version`: Print version and exit\n- `-i, --input \u003cstr\u003e`: Input media file (image or video)\n- `-o, --output \u003cstr\u003e`: Output file (png/gif/mp4/\u2026 or .txt). Omit to render in terminal\n- `-c, --color`: Use color ASCII characters\n- `-n, --invert_color`: Invert color values\n- `-a, --auto_adjust`: Auto-adjust brightness/contrast\n- `-s, --scale \u003cf32\u003e`: Scale factor (default 1.0). Values \u003e1 downscale (e.g., 2 halves size)\n- `    --symbols \u003cstr\u003e`: Character set: `ascii` or `block` (default: ascii)\n- `-e, --detect_edges`: Enable edge detection\n- `    --sigma1 \u003cf32\u003e`: DoG sigma1 (default 0.5)\n- `    --sigma2 \u003cf32\u003e`: DoG sigma2 (default 1.0)\n- `-b, --brightness_boost \u003cf32\u003e`: Brightness multiplier (default 1.0)\n- `    --full_characters`: Use full character spectrum\n- `    --ascii_chars \u003cstr\u003e`: Custom characters (default: \" .:-=+*%#@\")\n- `    --disable_sort`: Don\u2019t sort `--ascii_chars` by size\n- `    --block_size \u003cu8\u003e`: ASCII block size (default 8)\n- `    --threshold_disabled`: Disable threshold\n- `    --codec \u003cstr\u003e`: Encoder (e.g., `libx264`, `libx265`, `hevc_nvenc`, `h264_videotoolbox`)\n- `    --keep_audio`: Keep input audio in video output\n- `    --stretched`: Fit render to terminal window (stdout mode)\n- `-f, --frame_rate \u003cf32\u003e`: Target fps for video output (default: input fps)\n- `-m, --mode \u003c",
  "github_repo": "seatedro/glyph",
  "github_stars": 524,
  "github_topics": [
    "ascii",
    "ascii-art",
    "zig"
  ],
  "homepage": "https://github.com/seatedro/glyph",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 14,
  "installs_365d": 441,
  "installs_90d": 40,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "glyph",
  "oldnames": [
    "asciigen"
  ],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 7753,
  "rank_365d": 5403,
  "rank_90d": 7906,
  "raw_hash": "6f6838e616432e35",
  "recommended_dependencies": [],
  "revision": 1,
  "ruby_source_path": "Formula/g/glyph.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "1.0.11",
  "versioned_formulae": [],
  "why_use_this": null
}