Performant Pythonic FFmpeg Decoder Library with easy to adapt flexible API

VidGear tagline

 

DeFFcode is a Performant and Robust FFmpeg Pythonic Library that aimed at decoding any stream that you throw at it.

Requiring minimal efforts, it aims at providing an easy-to-adapt flexible API for reading frames from a wide range of streams, and can ingest video using any specified decoder(even hardware ones) into any pixel format FFmpeg supports. It also enables accurate seeking for extracting only a specific part of your input as desired.

It is cross-platform, runs on Python 3.7+, and is easy to install.

 

Examples

Basic Example