Xarray accessor and zarr codec for storing and accessing time and/or space stacked video
Project description
Xarray extension for working with video data.
This project is in an early stage of development. Please be patient with any bugs. Any contributuons are welcome.
MIT license
Documentation: https://xarray-video.readthedocs.io.
Features
Xarray backend to read video into an xarray dataset
Xarray accessor for time and/or space stacked video DataArrays
Zarr video codec for efficient compression of video. Up to 100x improvement over blosc for video data.
Xarray accessor for video Datasets for writing to zarr using the video codec
Simple diagnostic plotting and play functions to view video
Uses
Attach coordinates (for example time or location) to the video frames dimension
Utilise Xarray selection functionality for easy subsetting of video
Easily convert video streams and frames to other formats such as netcdf or geotiff
Store video in an efficient chunked format within zarr
Create massive lazy access video archives using a zarr backend
Store multiple videos (for example stereo camera) in the same Dataset with consistent time and/or spatial coordinates.
Limitations
The library uses [PyAV](https://pyav.org) to read and write to/from video files. It will be limited to the same set of formats and codecs as your PyAV installation.
Although video file access and zarr archive access is lazy, once video data is loaded it is in uncompressed uint8 darrays. Trying to do dataset.load on large video files will exhaust your RAM very quickly.
The play preview is only intended as a diagnostic tool. It buffers the entire video as an array before display so cannot handle larger arrays. The play preview is also unlikely to play in realtime for larger videos.
Credits
This package was developed by Oceanum Numerical, with input from our development partners and contributors.
History
0.0.1 (2022-12-02)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for xarray_video-0.2.8-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3e9e26116e21bac8e891903e272cdca47f05ebef6ddeb2e9b92adab98697c5b |
|
MD5 | 391bdc40e2fcc073d5cedbc51a5f34c9 |
|
BLAKE2b-256 | 0f0057943010e3ab5436e48644b7900e5afcfb16191ed75719f036eb2aea5f05 |