Skip to main content

Typed FFmpeg bindings for FFmpeg 8.x

Project description

typed-ffmpeg-v8

Typed FFmpeg bindings for FFmpeg 8.x.

Installation

pip install typed-ffmpeg-v8

Or install the latest version (which uses v8):

pip install typed-ffmpeg

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 8.x installed on your system

Features

  • Full type hints for all FFmpeg 8.x 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


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_v8-4.0.2.tar.gz (346.4 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_v8-4.0.2-py3-none-any.whl (367.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for typed_ffmpeg_v8-4.0.2.tar.gz
Algorithm Hash digest
SHA256 e0fb179a68a49e16efc345f42a2e3a3e327f6242e6ef0b4d47837d8cdad4f4a9
MD5 bf8c2798cc8af6485b23e6d1be04c48a
BLAKE2b-256 f01857fc4fec489a0088954e09dbae2cc53b70d3993b718543a19d420bc29a3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_ffmpeg_v8-4.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2030cf2bbe5c902c66b0b6c6dfab52b2a16579b800bfafcaf0d911d05ebc7381
MD5 42de49ca1acda003584f37a930aba52c
BLAKE2b-256 12eb659dd05564a8e264e82bc9e0a1ccabdd2b7e64c26a773612b386747e4768

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