dkeitel / ffmpy

Pythonic interface for FFmpeg/FFprobe command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest version

Travis-CI

Documentation Status

ffmpy

ffmpy is a simplystic 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

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.readthedocs.io/en/latest

See Examples section for usage examples.

License

ffmpy is licensed under the terms of MIT license

About

Pythonic interface for FFmpeg/FFprobe command line

License:MIT License


Languages

Language:Python 93.8%Language:Go 6.2%