abhiTronix / deffcode

A cross-platform High-performance FFmpeg based Real-time Video Frames Decoder in Pure Python 🎞️⚡
https://abhitronix.github.io/deffcode
Apache License 2.0
182 stars 4 forks source link
computer-vision cross-platform decoder decoders ffmpeg ffmpeg-decoder framework opencv-python python python3 realtime video video-processing wrapper
![DeFFcode](https://user-images.githubusercontent.com/34266896/211494454-a16fe5b1-e7d2-44dd-84ba-67b0578611cb.png#gh-light-mode-only) ![DeFFcode](https://user-images.githubusercontent.com/34266896/211494463-a63a03d2-72a6-46bb-b40a-ab485a63674b.png#gh-dark-mode-only)
[![Build Status][github-cli]][github-flow] [![Codecov branch][codecov]][code] [![Azure DevOps builds (branch)][azure-badge]][azure-pipeline] [![Glitter chat][gitter-bagde]][gitter] [![Build Status][appveyor]][app] [![PyPi version][pypi-badge]][pypi] [![Code Style][black-badge]][black] --- [Releases][release]   |   [Recipes][recipes]   |   [Documentation][docs]   |   [Installation][installation-notes]   |   [License](#copyright) ---
DeFFcode - A cross-platform **High-performance Video Frames Decoder** that flexibly executes
FFmpeg pipeline inside a subprocess pipe for generating real-time, low-overhead,
lightning fast video frames with robust error-handling
in just a few lines of python code ⚡

Highly Adaptive - DeFFcode APIs implements a standalone highly-extensible wrapper around FFmpeg multimedia framework. These APIs supports a wide-ranging media streams as input source such as [live USB/Virtual/IP camera feeds][capturing-and-previewing-frames-from-a-webcam], regular multimedia files, screen recordings, image sequences, network URL schemes (such as HTTP(s), RTP/RSTP, etc.), so on and so forth.

Highly Flexible - DeFFcode APIs gains an edge over other FFmpeg Wrappers by providing complete control over the underline pipeline including access to almost any FFmpeg specification thinkable such as specifying framerate, resolution, hardware decoder(s), filtergraph(s), and pixel-format(s) that are readily supported by all well known Computer Vision libraries.

Highly Convenient - _FFmpeg has a steep learning curve especially for users unfamiliar with a command line interface. DeFFcode helps users by providing similar to OpenCV, Index based Camera Device Capturing and the same standard OpenCV-Python (Python API for OpenCV) coding syntax for its APIs, thereby making it even easier to learn, create, and develop FFmpeg based apps in Python._

 

Key features of DeFFcode

Here are some key features that stand out:

 

 

Getting Started


📚 Documentation: https://abhitronix.github.io/deffcode


Installation:

If this is your first time using DeFFcode, head straight to the Installation Notes to install DeFFcode on your machine.



Recipes a.k.a Examples:

Once you have DeFFcode installed, checkout our Well-Documented Recipes 🍱 for usage examples:

Note In case you're run into any problems, consult our Help section.

A. Basic Recipes 🍰: Recipes for beginners of any skill level to get started.



Big Buck Bunny Reversed using Live Simple Filtergraph


Basic Decoding Recipes - [Accessing RGB frames from a video file][accessing-rgb-frames-from-a-video-file] - [Capturing and Previewing BGR frames from a video file][capturing-and-previewing-bgr-frames-from-a-video-file] _(OpenCV Support)_ - [Playing with any other FFmpeg pixel formats][playing-with-any-other-ffmpeg-pixel-formats] - [Capturing and Previewing frames from a Looping Video][capturing-and-previewing-frames-from-a-looping-video] - [Enumerating all Camera Devices with Indexes][enumerating-all-camera-devices-with-indexes] - [Capturing and Previewing frames from a Camera using Indexes][capturing-and-previewing-frames-from-a-camera-using-indexes] - [Capturing and Previewing frames from a HTTPs Stream][capturing-and-previewing-frames-from-a-https-stream] - [Capturing and Previewing frames from a RTSP/RTP Stream][capturing-and-previewing-frames-from-a-rtsprtp-stream] - [Capturing and Previewing frames from Sequence of images][capturing-and-previewing-frames-from-sequence-of-images] - [Capturing and Previewing frames from Single looping image][capturing-and-previewing-frames-from-single-looping-image]
Basic Transcoding Recipes - [Transcoding video using OpenCV VideoWriter API][transcoding-video-using-opencv-videowriter-api] - [Transcoding lossless video using WriteGear API][transcoding-lossless-video-using-writegear-api] - [Transcoding Trimmed and Reversed video][transcoding-trimmed-and-reversed-video] - [Transcoding Cropped video][transcoding-cropped-video] - [Transcoding Rotated video (with `rotate` filter)][transcoding-rotated-video-with-rotate-filter] - [Transcoding Rotated video (with `transpose` filter)][transcoding-rotated-video-with-transpose-filter] - [Transcoding Horizontally flipped and Scaled video][transcoding-horizontally-flipped-and-scaled-video] - [Extracting Key-frames as PNG image][extracting-key-frames-as-png-image] - [Generating Thumbnail with a Fancy filter][generating-thumbnail-with-a-fancy-filter]
Basic Metadata Recipes - [Extracting video metadata using Sourcer API][extracting-video-metadata-using-sourcer-api] - [Extracting video metadata using FFdecoder API][extracting-video-metadata-using-ffdecoder-api]


B. Advanced Recipes 🥐: Recipes to take your skills to the next level.


mandelbrot test pattern
Live Mandelbrot pattern with a Vectorscope & two Waveforms


Advanced Decoding Recipes - [Generate and Decode frames from Sierpinski pattern][generate-and-decode-frames-from-sierpinski-pattern] - [Generate and Decode frames from Test Source pattern][generate-and-decode-frames-from-test-source-pattern] - [Generate and Decode frames from Gradients with custom Text effect][generate-and-decode-frames-from-gradients-with-custom-text-effect] - [Generate and Decode frames from Mandelbrot test pattern with vectorscope & waveforms][generate-and-decode-frames-from-mandelbrot-test-pattern-with-vectorscope-waveforms] - [Generate and Decode frames from Game of Life Visualization][generate-and-decode-frames-from-game-of-life-visualization] - [Capturing and Previewing frames from a Webcam using Custom Demuxer][capturing-and-previewing-frames-from-a-webcam-using-custom-demuxer] - [Capturing and Previewing frames from your Desktop][capturing-and-previewing-frames-from-your-desktop] _(Screen Recording)_ - [CUVID-accelerated Hardware-based Video Decoding and Previewing][cuvid-accelerated-hardware-based-video-decoding-and-previewing] - [CUDA-accelerated Hardware-based Video Decoding and Previewing][cuda-accelerated-hardware-based-video-decoding-and-previewing]
Advanced Transcoding Recipes - [Transcoding video with Live Custom watermark image overlay][transcoding-video-with-live-custom-watermark-image-overlay] - [Transcoding video from sequence of Images with additional filtering][transcoding-video-from-sequence-of-images-with-additional-filtering] - [Transcoding video art with YUV Bitplane Visualization][transcoding-video-art-with-yuv-bitplane-visualization] - [Transcoding video art with Jetcolor effect][transcoding-video-art-with-jetcolor-effect] - [Transcoding video art with Ghosting effect][transcoding-video-art-with-ghosting-effect] - [Transcoding video art with Pixelation effect][transcoding-video-art-with-pixelation-effect] - [CUDA-accelerated Video Transcoding with OpenCV's VideoWriter API][cuda-accelerated-video-transcoding-with-opencvs-videowriter-api] - [CUDA-NVENC-accelerated Video Transcoding with WriteGear API][cuda-nvenc-accelerated-video-transcoding-with-writegear-api] - [CUDA-NVENC-accelerated End-to-end Lossless Video Transcoding with WriteGear API][cuda-nvenc-accelerated-end-to-end-lossless-video-transcoding-with-writegear-api]
Advanced Metadata Recipes - [Added new attributes to metadata in FFdecoder API][added-new-attributes-to-metadata-in-ffdecoder-api] - [Overriding source video metadata in FFdecoder API][overriding-source-video-metadata-in-ffdecoder-api]



API in a nutshell:

As a user, you just have to remember only two DeFFcode APIs, namely:

A. FFdecoder API

The primary function of FFdecoder API is to decode 24-bit RGB video frames from the given source:

Note See API Reference for more in-depth information.

# import the necessary packages
from deffcode import FFdecoder

# formulate the decoder with suitable source
decoder = FFdecoder("https://abhitronix.github.io/html/Big_Buck_Bunny_1080_10s_1MB.mp4").formulate()

# grab RGB24(default) 3D frames from decoder
for frame in decoder.generateFrame():

    # lets print its shape
    print(frame.shape) # (1080, 1920, 3)

# terminate the decoder
decoder.terminate()

B. Sourcer API

The primary function of Sourcer API is to gather metadata information from all multimedia streams available in the given source:

# import the necessary packages
from deffcode import Sourcer

# initialize and formulate the decoder using suitable source
sourcer = Sourcer("https://abhitronix.github.io/html/Big_Buck_Bunny_1080_10s_1MB.mp4").probe_stream()

# print metadata as `json.dump`
print(sourcer.retrieve_metadata(pretty_json=True))
The resultant Terminal Output will look something as following on Windows machine ```json { "ffmpeg_binary_path": "C:\\Users\\foo\\AppData\\Local\\Temp\\ffmpeg-static-win64-gpl/bin/ffmpeg.exe", "source": "https://abhitronix.github.io/html/Big_Buck_Bunny_1080_10s_1MB.mp4", "source_extension": ".mp4", "source_video_resolution": [1920, 1080], "source_video_framerate": 60.0, "source_video_pixfmt": "yuv420p", "source_video_decoder": "h264", "source_duration_sec": 10.0, "approx_video_nframes": 600, "source_video_bitrate": "832k", "source_audio_bitrate": "", "source_audio_samplerate": "", "source_has_video": true, "source_has_audio": false, "source_has_image_sequence": false } ```

 

 

Contributions

We're happy to meet new contributors💗

We welcome your contributions to help us improve and extend this project. If you want to get involved with DeFFcode development, checkout the Contribution Guidelines ▶️

We're offering support for DeFFcode on Gitter Community Channel. Come and join the conversation over there!

 

 

Donations

Donation

DeFFcode is free and open source and will always remain so. ❤️

It is something I am doing with my own free time. But so much more needs to be done, and I need your help to do this. For just the price of a cup of coffee, you can make a difference 🙂

Buy Me a Coffee at ko-fi.com

 

 

Citation

Here is a Bibtex entry you can use to cite this project in a publication:

DOI

@software{deffcode,
  author       = {Abhishek Thakur},
  title        = {abhiTronix/deffcode: v0.2.5},
  month        = jan,
  year         = 2023,
  publisher    = {Zenodo},
  version      = {v0.2.5},
  doi          = {10.5281/zenodo.7523792},
  url          = {https://doi.org/10.5281/zenodo.7523792}
}

 

 

Copyright

Copyright © abhiTronix 2021

This library is released under the Apache 2.0 License.