Versions in this module Expand all Collapse all v0 v0.2.0 Jul 12, 2026 v0.1.1 Jul 12, 2026 Changes in this version + type Config struct + AudioURL string + FPS int + VideoURL string + type Frame struct + Data []byte + Index int + type Pipeline struct + func New(cfg Config) *Pipeline + func (p *Pipeline) Play(parent context.Context, pos time.Duration, w, h int) (<-chan Frame, error) + func (p *Pipeline) Stop() + type Renderer struct + func (r *Renderer) Render(buf []byte, w, h int) string