deffcode
deffcode copied to clipboard
A cross-platform High-performance FFmpeg based Real-time Video Frames Decoder in Pure Python 🎞️⚡
## Description Complete docs overhaul with many new self-explanatory Recipes, new usage code, and UI upgrades for bringing standard and quality to visual design. Also includes several bug fixes, and...
## Brief Description This roadmap will keep track of future planned Features/Improvements for DeFFcode APIs: |Type| Features/Improvements | Status | Priority | Related PR(s) | |:--------:|:------------------|:-------:|:------:|:-----:| | :electron: | Live...
## Brief Description Add Zenodo Bibtex entry and badge in docs for generating a citable archived repository for Deffcode on [Zenodo](https://zenodo.org/), a research data and code repository. ### Context Publishing...
# Faster frame rates from FFmpeg by YUV ## YUV420 vs RGB24 Hey! It looks like you've got yourself quite the well-built FFmpeg-for-Python package here. I've been down this rabbit...
## Brief Description Add example docs for Live-Device Inputs such (as Webcams, Screen-capture, Virtual Cameras). ### Context Recently added `v0.2.1` - support for Live-Device Inputs such (as Webcams, Screen-capture, Virtual...
## Brief Description Currently, [mkdocstring](https://mkdocstrings.github.io/) `>0.17.0` fails to generate Automatic documentation due to some recent changes in its API. ### Acknowledgment - [x] I have searched the [issues](https://github.com/abhiTronix/deffcode/issues) for my...
## Brief Description FFdecoder API currently unable to run and throws `IOError` for multimedia streams without Video Bitrate and Framerate defined, such as from `lavfi` input virtual device which has...
### Issue guidelines - [X] I've read the [Issue Guidelines](https://abhitronix.github.io/deffcode/latest/contribution/issue/#submitting-an-issue-guidelines) and wholeheartedly agree. ### Issue Checklist - [X] I have searched open or closed [issues](https://github.com/abhiTronix/deffcode/issues) and found nothing related to...
### Issue guidelines - [X] I've read the [Issue Guidelines](https://abhitronix.github.io/deffcode/latest/contribution/issue/#submitting-an-issue-guidelines) and wholeheartedly agree. ### Issue Checklist - [X] I have searched open or closed [issues](https://github.com/abhiTronix/deffcode/issues) for my problem and found...
## Brief Description Implemented a new **Index based Camera Device Capturing feature _(Similar to OpenCV)_**, where the user just have to assign device index as integer number in source parameter...