{"categories":[{"label":"Sound/Audio","url":"https://skillfed.io/packages/category/multimedia-sound-audio"},{"label":"Video","url":"https://skillfed.io/packages/category/multimedia-video"}],"enrichment":{"capability":"A Python wrapper around FFmpeg with full type hints and IDE autocomplete support, letting you build video and audio processing pipelines with compile-time type checking.","skillfed_tags":["ffmpeg-wrapper","type-hints","multimedia"],"use_cases":["Automate video transcoding workflows with type-safe filter chains in production scripts.","Build interactive multimedia tools where IDE autocomplete helps discover available filters and codecs.","Compose complex filter graphs (trim, concat, overlay) without manually writing FFmpeg filter syntax.","Integrate video/audio processing into Python applications while catching filter configuration errors at edit time.","Serialize and visualize filter graphs for debugging or documentation purposes."],"what_it_does":"typed-ffmpeg is a Python wrapper that brings type hints and IDE autocomplete to FFmpeg operations. Instead of building FFmpeg command strings or subprocess calls by hand, you construct filter graphs and I/O operations as Python objects with full type information, letting your editor catch mistakes before runtime.\n\nThe package depends on typed-ffmpeg-v8 at runtime and requires FFmpeg itself to be installed separately on your system. It supports Python 3.10 through 3.13 and is actively maintained. You build pipelines by chaining method calls\u2014input files, filters like hflip or overlay, and output specifications\u2014then call run() to execute the underlying FFmpeg process.","worth_installing":"Yes, if you regularly work with FFmpeg in Python and want type safety and IDE support. The low install friction, active maintenance, permissive license, and zero known vulnerabilities make it a solid choice. The main prerequisite is having FFmpeg installed separately on your system, which is a one-time setup cost."},"id":"typed-ffmpeg","links":{"html":"https://skillfed.io/packages/typed-ffmpeg","md":"https://skillfed.io/packages/typed-ffmpeg.md","pypi":"https://pypi.org/project/typed-ffmpeg/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-06","license_spdx":"MIT","license_treatment":"permissive","name":"typed-ffmpeg","python_support":"supports_current","summary":"Modern Python & TypeScript FFmpeg wrappers with comprehensive typing (latest version)"},"popularity":{"monthly_downloads":93626,"position":13375,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.3"}
