Metadata-Version: 2.1
Name: krec
Version: 0.2.1
Summary: Python bindings for K-Scale recordingss
Home-page: https://github.com/kscalelabs/krec
Author: K-Scale Labs
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# krec

K-Clips are the way that we collect data to train our AI models.

## Append metadata to a video file

### FFmpeg

`ffmpeg -i test_video.mp4 -attach test.txt -metadata:s:t mimetype=application/octet-stream -metadata:s:t title="krec-001" -metadata:s:t uuid="123e4567-e89b-12d3-a456-426614174000" -metadata:s:t action="put the bunny back in the box" -c copy output_krec.mkv`

## Read metadata

### JS

[ffmpeg-wasm](adhoc/web/full_meta.html)
