Skip to main content

Modern Python & TypeScript FFmpeg wrappers with comprehensive typing (latest version)

Project description

typed-ffmpeg

Modern Python FFmpeg wrappers with comprehensive typing.

Installation

pip install typed-ffmpeg

This meta-package installs the latest version of typed-ffmpeg (currently v8).

Usage

import ffmpeg

# Input and output
input_file = ffmpeg.input("input.mp4")
output_file = input_file.hflip().output("output.mp4")
output_file.run()

# Complex filter graph
in_file = ffmpeg.input("input.mp4")
overlay_file = ffmpeg.input("overlay.png")

output = (
    ffmpeg.filters
    .concat(
        in_file.trim(start_frame=10, end_frame=20),
        in_file.trim(start_frame=30, end_frame=40),
    )
    .video(0)
    .overlay(overlay_file.hflip())
    .output("out.mp4")
)

output.run()

Requirements

  • Python 3.10+
  • FFmpeg installed on your system

Features

  • Full type hints for all FFmpeg filters, codecs, and formats
  • IDE autocomplete support
  • Runtime validation
  • Filter graph visualization
  • JSON serialization

Documentation

License

MIT License - see LICENSE file for details

Project details


Release history Release notifications | RSS feed

This version

4.0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

typed_ffmpeg-4.0.2.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

typed_ffmpeg-4.0.2-py3-none-any.whl (1.9 kB view details)

Uploaded Python 3

File details

Details for the file typed_ffmpeg-4.0.2.tar.gz.

File metadata

  • Download URL: typed_ffmpeg-4.0.2.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for typed_ffmpeg-4.0.2.tar.gz
Algorithm Hash digest
SHA256 15406a70d4b8aef29932f84ba86b211443cdb41336f7d990c42c57e55f5ed935
MD5 942aa57ac334c7de56b000d21163c154
BLAKE2b-256 8a6608147a9c376832bf71031ae0949b1d68ff6f5295d36c64475c7ba485f90b

See more details on using hashes here.

File details

Details for the file typed_ffmpeg-4.0.2-py3-none-any.whl.

File metadata

  • Download URL: typed_ffmpeg-4.0.2-py3-none-any.whl
  • Upload date:
  • Size: 1.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for typed_ffmpeg-4.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6a8b6fc670ffb5a59068a10a159c373da79224409c3a0ef07b13b57771f55498
MD5 0e8438913de0da28b5a70a7899e367be
BLAKE2b-256 5bfbd563ab870cc228b5ba2a653015a6840d1a81657ba6093410f09bbede1996

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page