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
import imageio.v2 as iio
reader = iio.get_reader("video.ccv")
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bbo_ccvtools-1.2.5.tar.gz.
File metadata
- Download URL: bbo_ccvtools-1.2.5.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1bc56b4f8e3de3a01af869885394995e5849344a68ddaa36215bd0ca58c466b
|
|
| MD5 |
f7627f538b5810f23fa0c1da3f496036
|
|
| BLAKE2b-256 |
5625a0f838bdd3a198fdbf3042da7beb1a4959c771554ca04721cbb39172e07a
|
File details
Details for the file bbo_ccvtools-1.2.5-py2.py3-none-any.whl.
File metadata
- Download URL: bbo_ccvtools-1.2.5-py2.py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6243c154c260420407c6013f24f739cd83b10c017846d53efbb77ef22a96dd71
|
|
| MD5 |
60a2d31835cfd9cd9bcd5082870ca3b4
|
|
| BLAKE2b-256 |
62e6763a6fc020454be30b6d4776f9a3b99b7cd2e4b62b3b276ab538806f07d4
|