A simple Python wrapper for ffmpeg
Project description
ffmpy
ffmpy is the simplest ffmpeg wrapper one can imagine. Under the hood it uses Python’s subprocess module to run ffmpeg executable.
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
Project details
Release history Release notifications | RSS feed
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.1.0.tar.gz
(3.8 kB
view details)
File details
Details for the file ffmpy-0.1.0.tar.gz
.
File metadata
- Download URL: ffmpy-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bb2206b4ec5de2a5097404c38eea802dee132d5c3bed0714261a794f87da898 |
|
MD5 | 5ad1ba94cff73943196d3336ec5f9a85 |
|
BLAKE2b-256 | 2b3e533a056e4e2fb4628d9c1426515e3dbd035f43d631ee09ed70fd7abd042c |