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
178 stars 3 forks source link

[Idea]: Add Live-Device Inputs support #16

Closed abhiTronix closed 2 years ago

abhiTronix commented 2 years ago

Brief Description

Added support for Live-Device Inputs such as Webcams, Screen-capture, virtual webcams will be added to DeFFcode.

Context

The crucial VideoCapture support for live(realtime) device inputs(such as Webcams, Screen-capture, virtual webcams etc.) are still missing from Deffcode. This issue will track the implementation of this functionality in coming days.

Your Current Environment

Any Other Information

FFmpeg's -f parameter needs to be handled carefully to achieve this functionality.

abhiTronix commented 2 years ago

Successfully resolved and merged in commit https://github.com/abhiTronix/deffcode/commit/df7568e41ba9f06b18c3f6a5bbcac019499985e0