Modern Python & TypeScript FFmpeg wrappers with comprehensive typing. Provides a type-safe, human-friendly API for building FFmpeg command lines. Version 4.1 requires Python >=3.10 and features improved type annotations and async support.
pip install typed-ffmpegNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create FFmpeg instance, chain input/output, run.
Upgrade to 4.x: `pip install -U typed-ffmpeg` and use `from typed_ffmpeg import FFmpeg; ffmpeg = FFmpeg()`.
Pass `blocking=True` to `run()` for synchronous execution, or await the coroutine.
Use `FFmpeg().input('file.mp4').output('out.mp4')` instead of `FFmpeg.input('file.mp4','out.mp4')`.No dependency data recorded yet.
No resource links recorded.