Skip to content

m2xim/ffmpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest version Travis-CI Documentation Status

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

http://ffmpy.readthedocs.io/en/latest

About

Python wrapper around ffmpeg/ffprobe executables

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages