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

Enhancement: Add metadata extraction and updation support #4

Closed abhiTronix closed 2 years ago

abhiTronix commented 2 years ago

Detailed Description

This issue will implement source metadata extraction and updation support through python's builtin @property decorator which makes usage of getter and setters much easier in Object-Oriented Programming.

Roadmap

Context

This issue will oversee implementation source metadata extraction and updation support through python @property decorator.

Types of changes