scikit-video: Video Processing Routines for SciPy
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
scikit-video is a Python library designed for video processing, offering a suite of routines for tasks like I/O, quality metrics, and temporal filtering. Intended as a companion to scikit-image, it provides video-specific algorithms and aims for flexibility and GPU compute capabilities. This project offers a research-oriented alternative to existing frameworks, built entirely in Python.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
scikit-video is a Python-based library focused on video processing algorithms. Positioned as a companion to scikit-image, it aims to provide a comprehensive set of tools specifically for video, including I/O operations, quality metrics, temporal filtering, motion detection, and motion estimation. The project emphasizes a pure Python approach, leveraging technologies like Numba and Theano for performance, offering a flexible and research-oriented alternative to more traditional C/C++ frameworks like OpenCV.
Installation
As scikit-video is currently in a BETA stage, installation typically involves standard Python package management. Users are encouraged to check the official repository for the most up-to-date installation instructions and dependencies.
pip install scikit-video
Note that additional dependencies for video I/O, such as ffmpeg or avconv, may be required and should be installed separately on your system.
Examples
While specific code examples are not provided in the README, scikit-video is designed for tasks such as reading video files, applying various filters, calculating video quality metrics, and detecting motion or objects within video sequences. Users should consult the project's GitHub repository for detailed usage examples and API documentation as the project evolves.
Why Use scikit-video?
scikit-video stands out for several reasons:
- Python-centric: It's built entirely in Python, making it potentially easier to hack on and integrate into Python-based research workflows.
- Research-Oriented: The project aims to be a flexible platform for experimenting with new video algorithms, contrasting with more rigid frameworks.
- Performance: By utilizing tools like Numba and Theano, it seeks to achieve high performance, with future potential for GPU acceleration.
- Video-Specific Focus: It fills a niche by providing algorithms specifically tailored for video processing, complementing image processing libraries.
Links
- GitHub Repository: https://github.com/aizvorski/scikit-video
Related repositories
Similar repositories that may be relevant next.

oh-my-hermes: Enhance Hermes Agent with Advanced AI Workflow and Memory
September 17, 2026
oh-my-hermes is an all-in-one plugin designed to significantly enhance the Hermes Agent. It provides advanced coding intelligence, a robust long-term memory system, and optimized workflow packages, transforming standard Hermes requests into structured, actionable tasks with clear operational layers.
ASC: A Super Fast Android Decompiler for Mobile Reverse Engineering
September 17, 2026
ASC is an innovative and exceptionally fast Android decompiler front-end, specifically designed for mobile researchers and agents. It redefines traditional decompilation by directly querying compiled artifacts, offering on-demand code extraction and analysis without heavy preprocessing. This approach results in significantly reduced memory usage and lightning-fast performance, even on large APKs.

Open Index: A Deterministic Memory Layer for Your AI Agents
September 16, 2026
Open Index is a powerful tool for building domain-specific, accurate, and structured data that AI agents can effectively operate on. It enables the creation of a "brain," a searchable and continuously improving context graph tailored to any domain. This system ensures agents have access to reliable, up-to-date information, enhancing their capabilities and decision-making processes.
tooltrim: Drastically Reduce LLM Agent Tool Output Tokens, Improve Accuracy
September 16, 2026
tooltrim provides drop-in compression for LLM agent tool outputs, drastically cutting tokens while often improving answer accuracy. This provider-agnostic solution offers content-aware compression, faithfulness benchmarks, and seamless integration with popular frameworks or as an OpenAI-compatible proxy.
Source repository
Open the original repository on GitHub.
14 counted GitHub visits