deffcode

deffcode

基于FFmpeg的跨平台视频帧解码处理库

DeFFcode是一个基于FFmpeg的跨平台视频帧解码库。它可实时生成低延迟的视频帧,支持多种输入源,提供对底层管道的完整控制,并保持与OpenCV兼容的编码语法。DeFFcode支持GPU加速、关键帧提取和元数据提取等功能,适用于计算机视觉应用开发。

DeFFcodeFFmpeg视频帧解码跨平台PythonGithub开源项目
<!-- DeFFcode library source-code is deployed under the Apache 2.0 License: Copyright (c) 2021 Abhishek Thakur(@abhiTronix) <abhi.una12@gmail.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. =============================================== --> <div align="center">

DeFFcode DeFFcode

</div> <div align="center">

[![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


</div> <div align="center">

DeFFcode - A cross-platform High-performance Video Frames Decoder that flexibly executes <br>FFmpeg pipeline inside a subprocess pipe for generating real-time, low-overhead, <br>lightning fast video frames with robust error-handling <br>in just a few lines of python code ⚡

</div>

<ins>Highly Adaptive</ins> - DeFFcode APIs implements a standalone highly-extensible wrapper around [FFmpeg][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][decoding-video-files], [screen recordings][capturing-and-previewing-frames-from-your-desktop], [image sequences][decoding-image-sequences], [network URL schemes][decoding-network-streams] (such as HTTP(s), RTP/RSTP, etc.), so on and so forth.

<ins>Highly Flexible</ins> - 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.

<ins>Highly Convenient</ins> - 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][decoding-camera-devices-using-indexes] 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:

  • High-performance, low-overhead video frames decoding with robust error-handling.
  • Flexible API with access to almost any FFmpeg specification thinkable.
  • Supports a wide-range of media streams/devices/protocols as input source.
  • Curated list of well-documented recipes ranging from [Basic][basic-recipes] to [Advanced][advanced-recipes] skill levels.
  • Hands down the easiest [Index based Camera Device Capturing][decoding-camera-devices-using-indexes], similar to OpenCV.
  • Easy to code Real-time [Simple][transcoding-live-simple-filtergraphs] & [Complex][transcoding-live-complex-filtergraphs] Filtergraphs. (Yes, You read it correctly "Real-time"!)
  • Lightning fast dedicated GPU-Accelerated Video [Decoding][hardware-accelerated-video-decoding] & [Transcoding][hardware-accelerated-video-transcoding].
  • Enables precise FFmpeg [Key-frame Seeking][extracting-key-frames-as-png-image] with pinpoint accuracy.
  • Effortless [Metadata Extraction][extracting-video-metadata] from all streams available in the source.
  • Maintains the standard easy to learn OpenCV-Python coding syntax.
  • Out-of-the-box support for all prominent Computer Vision libraries.
  • Cross-platform, runs on Python 3.7+, and easy to install.
<!-- - [x] Lossless Transcoding support with [WriteGear](https://abhitronix.github.io/deffcode/latest/gears/writegear/introduction/). #TODO -->

 

 

Getting Started


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


Installation:

If this is your first time using DeFFcode, head straight to the [Installation Notes][installation-notes] to install DeFFcode on your machine.

<br> <br>

Recipes a.k.a Examples:

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

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

A. [Basic Recipes 🍰][basic-recipes]: Recipes for beginners of any skill level to get started.

<br> <div align="center"> <a href="https://abhitronix.github.io/deffcode/latest/recipes/basic/transcode-live-frames-simplegraphs/#transcoding-trimmed-and-reversed-video"><img src="https://user-images.githubusercontent.com/34266896/211499038-46cc246d-843b-4c89-8e9a-5536395da9e7.gif" title="Click to view source code" width="70%" /> </a> <br> <sub><i>Big Buck Bunny Reversed using Live Simple Filtergraph</i></sub> </div> <br> <details open> <summary><b>Basic Decoding Recipes</b></summary>
  • [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]
</details> <details open> <summary><b>Basic Transcoding Recipes</b></summary>
  • [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]
</details> <details open> <summary><b>Basic Metadata Recipes</b></summary>
  • [Extracting video metadata using Sourcer API][extracting-video-metadata-using-sourcer-api]
  • [Extracting video metadata using FFdecoder API][extracting-video-metadata-using-ffdecoder-api]
</details> <br>

B. [Advanced Recipes 🥐][advanced-recipes]: Recipes to take your skills to the next level.

<br> <p align="center"> <a href="https://abhitronix.github.io/deffcode/latest/recipes/advanced/decode-live-virtual-sources/#generate-and-decode-frames-from-mandelbrot-test-pattern-with-vectorscope-waveforms"><img src="https://user-images.githubusercontent.com/34266896/211498819-13fe0487-e843-4315-b4f3-c881de6c8c4a.gif" alt="mandelbrot test pattern" title="Click to view source code" width="70%" /></a> <br> <sub><i>Live Mandelbrot pattern with a Vectorscope & two Waveforms</i></sub> </p> <br> <details open> <summary><b>Advanced Decoding Recipes</b></summary>
  • [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]
</details> <details open> <summary><b>Advanced Transcoding Recipes</b></summary>
  • [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]
</details> <details open> <summary><b>Advanced Metadata Recipes</b></summary>
  • [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]
</details> <br> <br>

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][ffdecoder-api] is to decode 24-bit RGB video frames from the given source:

Note See [API Reference][ffdecoder-api] 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][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))
<details> <summary><b>The resultant Terminal Output will look something as following on Windows machine</b></summary>
{ "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 }
</details>

 

 

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 ▶️][contribute]

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

 

 

Donations

<div align="center"> <img src="https://abhitronix.github.io/deffcode/latest/assets/images/help_us.png" alt="Donation" width="50%" /> <p><i>DeFFcode is free and open source and will always remain so. ❤️</i></p> </div>

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 🙂

<a href='https://ko-fi.com/W7W8WTYO' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi1.png?v=4' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

 

 

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][license].

<!-- CI Badges -->

[appveyor]:

编辑推荐精选

音述AI

音述AI

全球首个AI音乐社区

音述AI是全球首个AI音乐社区,致力让每个人都能用音乐表达自我。音述AI提供零门槛AI创作工具,独创GETI法则帮助用户精准定义音乐风格,AI润色功能支持自动优化作品质感。音述AI支持交流讨论、二次创作与价值变现。针对中文用户的语言习惯与文化背景进行专门优化,支持国风融合、C-pop等本土音乐标签,让技术更好地承载人文表达。

lynote.ai

lynote.ai

一站式搞定所有学习需求

不再被海量信息淹没,开始真正理解知识。Lynote 可摘要 YouTube 视频、PDF、文章等内容。即时创建笔记,检测 AI 内容并下载资料,将您的学习效率提升 10 倍。

AniShort

AniShort

为AI短剧协作而生

专为AI短剧协作而生的AniShort正式发布,深度重构AI短剧全流程生产模式,整合创意策划、制作执行、实时协作、在线审片、资产复用等全链路功能,独创无限画布、双轨并行工业化工作流与Ani智能体助手,集成多款主流AI大模型,破解素材零散、版本混乱、沟通低效等行业痛点,助力3人团队效率提升800%,打造标准化、可追溯的AI短剧量产体系,是AI短剧团队协同创作、提升制作效率的核心工具。

seedancetwo2.0

seedancetwo2.0

能听懂你表达的视频模型

Seedance two是基于seedance2.0的中国大模型,支持图像、视频、音频、文本四种模态输入,表达方式更丰富,生成也更可控。

nano-banana纳米香蕉中文站

nano-banana纳米香蕉中文站

国内直接访问,限时3折

输入简单文字,生成想要的图片,纳米香蕉中文站基于 Google 模型的 AI 图片生成网站,支持文字生图、图生图。官网价格限时3折活动

扣子-AI办公

扣子-AI办公

职场AI,就用扣子

AI办公助手,复杂任务高效处理。办公效率低?扣子空间AI助手支持播客生成、PPT制作、网页开发及报告写作,覆盖科研、商业、舆情等领域的专家Agent 7x24小时响应,生活工作无缝切换,提升50%效率!

堆友

堆友

多风格AI绘画神器

堆友平台由阿里巴巴设计团队创建,作为一款AI驱动的设计工具,专为设计师提供一站式增长服务。功能覆盖海量3D素材、AI绘画、实时渲染以及专业抠图,显著提升设计品质和效率。平台不仅提供工具,还是一个促进创意交流和个人发展的空间,界面友好,适合所有级别的设计师和创意工作者。

图像生成AI工具AI反应堆AI工具箱AI绘画GOAI艺术字堆友相机AI图像热门
码上飞

码上飞

零代码AI应用开发平台

零代码AI应用开发平台,用户只需一句话简单描述需求,AI能自动生成小程序、APP或H5网页应用,无需编写代码。

Vora

Vora

免费创建高清无水印Sora视频

Vora是一个免费创建高清无水印Sora视频的AI工具

Refly.AI

Refly.AI

最适合小白的AI自动化工作流平台

无需编码,轻松生成可复用、可变现的AI自动化工作流

下拉加载更多