typed-ffmpeg-usage

Installation
SKILL.md

typed-ffmpeg Usage Skill

This skill provides comprehensive guidance for using the typed-ffmpeg package, a modern Python FFmpeg wrapper that emphasizes type safety, IDE integration, and comprehensive filter support.

Package Overview

typed-ffmpeg is a zero-dependency Python library (pure standard library) that provides:

  • Extensive support for FFmpeg filters with detailed typing and documentation
  • Full IDE auto-completion and type checking
  • Filter graph visualization and serialization
  • Media file analysis (ffprobe integration)
  • Input/output options support
  • Partial evaluation for modular filter construction

Installation

# Basic installation
pip install typed-ffmpeg
Installs
1
GitHub Stars
1.2K
First Seen
8 days ago
typed-ffmpeg-usage — lucemia/typed-ffmpeg