krec 0.2.2

K-Scale robot action format
docs.rs failed to build krec-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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