//! Native subtitle burn-in (ASS/SRT) rendered by a pure-Rust engine inside
//! the frame pipeline.
//!
//! FFmpeg's own `subtitles`/`ass` filters are only available when the
//! *linked* FFmpeg build was configured with `--enable-libass`; this module
//! renders subtitles itself — parser, shaper, rasterizer and blender are
//! all Rust (fontdb + ttf-parser + rustybuzz + zeno) — so it works with any
//! FFmpeg build, needs no libass at build or run time, and additionally
//! accepts in-memory scripts (no temp files) and explicit font files (no
//! fontconfig lookup races).
pub
pub
pub
pub
pub
pub use SubtitleFilter;
pub use ;
pub