Skip to main content

A simple Python wrapper for ffmpeg

Project description

Tests Coverage Documentation Latest version

ffmpy

ffmpy is a simplistic FFmpeg command line wrapper. It implements a Pythonic interface for FFmpeg command line compilation and uses Python subprocess module to execute compiled command line.

Installation

You guessed it:

pip install ffmpy

Quick example

>>> import ffmpy
>>> ff = ffmpy.FFmpeg(
...     inputs={'input.mp4': None},
...     outputs={'output.avi': None}
... )
>>> ff.run()

This will take input.mp4 file in the current directory as the input, change the video container from MP4 to AVI without changing any other video parameters and create a new output file output.avi in the current directory.

Documentation

http://ffmpy.rtfd.io

See Examples section for usage examples.

License

ffmpy is licensed under the terms of MIT license

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

ffmpy-0.3.0.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file ffmpy-0.3.0.tar.gz.

File metadata

  • Download URL: ffmpy-0.3.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for ffmpy-0.3.0.tar.gz
Algorithm Hash digest
SHA256 757591581eee25b4a50ac9ffb9b58035a2794533db47e0512f53fb2d7b6f9adc
MD5 633492c6355d857a1c043f490e44e42f
BLAKE2b-256 bfe2947df4b3d666bfdd2b0c6355d215c45d2d40f929451cb29a8a2995b29788

See more details on using hashes here.

Supported by

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