Skip to content

v0.1.0

Compare
Choose a tag to compare
@abhiTronix abhiTronix released this 07 Mar 08:29
· 323 commits to master since this release

First Release πŸ†•

New Features ✨

  • πŸŽ‰ Open-Sourced DeFFcode under the Apache 2.0 License.
  • Added new Classes(APIs):
    • FFdecoder: Performant Real-time Video frames Generator for generating blazingly fast video frames(RGB ndarray by default).
    • Sourcer: Extracts source video metadata (bitrate, resolution, framerate, nframes etc.) using its subprocess FFmpeg output.
  • Added new Helper functions:
    • ffhelper: Backend FFmpeg Wrapper that handles all subprocess transactions and gather data.
    • utils: Handles all additional Utilizes required for functioning of Deffcode.
  • First PyPi Release:
    • Released Deffcode to Python Package Index (PyPI)
    • Added setup.py and related metadata.
    • Added version.py
  • Docs:
    • Added abstract and related information in README.md
    • Added installation instructions.
    • Added preliminary usage examples.
  • Maintenance:
    • Added LICENSE.
    • Added .gitignore

Updates/Improvements ⚑️

  • Maintenance:
    • Bumped version to 0.1.0
    • Updated LICENSE notice to add vidgear code usage notice.

Breaking Updates/Changes πŸ’₯

  • Fixed support for Python-3.7 and above legacies only.

Bug-fixes πŸ›

  • Docs:
    • Fixed hyperlinks in README.
    • Fixed indentation and spacing.
    • Fixed typos and updated context.
    • Removed dead code.