Celux

Latest version: v0.6.0

Safety actively analyzes 710644 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 6

0.2.2

- **Pre-Release Update:**
- Fixed several minor issues.
- Made `VideoReader` and `VideoWriter` callable.
- Created BGR conversion modules.
- Added frame range (in/out) arguments.

python
with VideoReader('input.mp4')([10, 20]) as reader:
for frame in reader:
print(f"Processing frame {frame}")

0.2.1

- **Pre-Release Update:**
- Adjusted Python bindings to use snake_case.
- Added `.pyi` stub files to `.whl`.
- Adjusted `dtype` arguments to (`uint8`, `float32`, `float16`).
- Added GitHub Actions for new releases.
- Added HW Accel Encoder support, direct encoding from numpy/tensors.
- Added `has_audio` property to `VideoReader.get_properties()`.

0.1.1

- **Pre-Release Update:**
- Implemented support for multiple data types (`uint8`, `float`, `half`).
- Provided example usage and basic documentation.

Page 6 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.