krec 0.2.2

K-Scale robot action format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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)