ffmpeg-python: Python bindings for FFmpeg

ffmpeg.colorchannelmixer(parent, *args, **kwargs)

Adjust video input frames by re-mixing color channels.

FFmpeg colorchannelmixer filter

ffmpeg.concat(*parents, **kwargs)
ffmpeg.drawbox(parent, x, y, width, height, color, thickness=None, **kwargs)
ffmpeg.hflip(parent)
ffmpeg.hue(parent, **kwargs)
ffmpeg.overlay(main_parent, overlay_parent, eof_action=’repeat’, **kwargs)
ffmpeg.setpts(parent, expr)
ffmpeg.trim(parent, **kwargs)
ffmpeg.vflip(parent)
ffmpeg.zoompan(parent, **kwargs)
ffmpeg.file_input(filename)
ffmpeg.file_output(parent, filename)
ffmpeg.merge_outputs(*parents)
ffmpeg.overwrite_output(parent)
ffmpeg.get_args(parent)
ffmpeg.run(parent, cmd=’ffmpeg’)

Indices and tables