Release Notes#
Current Release#
Version: 2025.2
This is the first release for video-chunking-utils. It is a Python module designed for video chunking. It allows users to split video files into smaller, manageable segments. The module is designed to be easily installable via pip and can be used in various applications such as video processing, analysis, and content delivery.
Features
Uniform chunking: split videos into chunks based on a specific time duration, like 10-second segments.
Dynamic chunking: split videos into chunks based on scene switch with pelt algorithm.
Process video from local files or http(s) links.
Memory-efficient processing of large video files.
Simple pip installation with clean Python API, and flexible output management for easy integration into any project.