Skip to content

Commit 617e113

Browse files
authored
Update README.md
1 parent 1f0bd04 commit 617e113

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ Video and data IO tools for Python.
1010

1111
Links: [API documentation](http://danionella.github.io/daio), [GitHub repository](https://github.com/danionella/daio)
1212

13+
## Features
14+
15+
#### Video IO
16+
- **Efficient Video Reading**: Use `VideoReader` for fast frame-accurate video reading with support for array-like indexing and iteration.
17+
- **Video Writing**: Write video files easily with `VideoWriter`, supporting multiple codecs and pixel formats.
18+
19+
#### HDF5 File IO
20+
- **Lazy Loading**: Access HDF5 files with a dictionary-like interface using `lazyh5`, loading data only when accessed.
21+
- **Nested Data Support**: Save and load nested dictionaries, including arrays, strings, and JSON-serializable objects.
22+
- **Interactive Exploration**: Explore HDF5 file structures interactively in Jupyter notebooks.
23+
1324
## Installation
1425
- via conda or mamba: `conda install conda-forge::daio`
1526
- if you prefer pip: `pip install daio`

0 commit comments

Comments
 (0)