Work with BBO CCV files
Project description
ccvtools
Includes imageio filter and some commandline tools to work with the CCV data format, used by the BBO lab at MPI-NB.
Installation
Install with pip install bbo-ccvtools
.
Usage
Imageio
from ccvtools import rawio
to add ccv support to imageio.
Command line
Create a compressed movie with
python -m ccvtools -a convert --quality [quality between 1 and 10, suggestion 7] --fps [your frame rate] [ccv_file]
The result will be in the same location with additional extension .mkv.
Alternatively, specify an output file with -o [output file]
.
Specify a frame idx range with --idxrange [startidx] [endidx]
.
Note that these are python slice indices, so first frame is 0, and --idxrange 10 20
would be equivalent to MATLABs 11:20 (sic!).
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 Distributions
Built Distribution
File details
Details for the file bbo_ccvtools-1.2.2-py3-none-any.whl
.
File metadata
- Download URL: bbo_ccvtools-1.2.2-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 359b308c81e4ff6e9da37800bd5b566b33a789b1982dadc91ac0f5696f94679d |
|
MD5 | 44856fd56231cb273bf61787eafc4b55 |
|
BLAKE2b-256 | 1343c3944889af80004a91e078326a7fb5851d712b6c3cbdadd5cc371f692a4d |