
from libbitsub7
Integration guide for libbitsub: a Rust/WASM bitmap subtitle renderer for PGS and VobSub formats, with renderers, parsers, and APIs for browser video players.
libbitsub provides a high-performance Rust→WASM bitmap subtitle rendering library for browser-based video players. It supports PGS (Blu-ray), VobSub (DVD), and Matroska .mks tracks that embed VobSub, handling canvas overlay, video sync, worker offloading, GPU backends (WebGPU/WebGL2/Canvas2D), and exportable frame APIs.
Use libbitsub when you need graphical subtitle support in a web player (PGS/VobSub), require precise frame rendering or preview exports, need worker-backed rendering for performance, or must integrate subtitle parsing and diagnostics into a media pipeline. Triggers: "render PGS subtitles", "embed VobSub", "export subtitle frame", "diagnose subtitle issues".
references/.Best for developer assistants that can read code/docs and generate integration code snippets (Codex, Cursor, Claude Code, Copilot).
libbitsub is a Rust/WASM bitmap subtitle renderer for PGS, VobSub, and MKS-embedded VobSub formats. The SKILL.md is a thorough integration guide with clear API examples, installation steps, and constraint documentation. No scripts were bundled. No security concerns — it's a client-side WASM library with no network calls, credentials, or destructive commands. Niche audience: developers building video players needing bitmap subtitle support.
Well-documented integration guide for a specialized WASM library. Clean frontmatter, good progressive disclosure, clear API sections. Usefulness is limited by the narrow domain (bitmap subtitles in browser video players).