Celux

Latest version: v0.6.0

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

Scan your dependencies

Page 5 of 6

0.3.5

- **Pre-Release Update:**
- (somewhat) Fixed `VideoWriter` class. Working on `cuda` for now, but `cpu` still has incorrect output.
- Added `VideoWriter`, and `LogLevel` definitions to `.pyi` stub file.
- Adjusted github actions to publish to `pypi`.

0.3.4.1

- **Pre-Release Update:**
- Added logging utility for debugging purposes.
py
import celux
celux.set_log_level(celux.LogLevel.debug)

0.3.3

- **Pre-Release Update:**
- Added `buffer_size` and `stream` arguments.
- Choose Pre-Decoded Frame buffer size, and pass your own cuda stream.
- Some random cleanup and small refactorings.

0.3.1

- **Pre-Release Update:**
- Adjusted Frame Range End in `VideoReader` to be exclusive to match `cv2` behavior.
- Removed unnecessary error throws.
- **Encoder Functionality:** Now fully operational for both CPU and CUDA.

0.3.0

- **Pre-Release Update:**
- Renamed from `ffmpy` to `CeLux`.
- Created official `pypi` release.
- Refactored to split `cpu` and `cuda` backends.

0.2.6

- **Pre-Release Update:**
- Removed `Numpy` support in favor of `PyTorch` tensors with GPU/CPU support.
- Added `NV12ToBGR`, `BGRToNV12`, and `NV12ToNV12` conversion modules.
- Fixed several minor issues.
- Updated documentation and examples.

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.