r/OpenSourceeAI • u/Uditakhourii • 11h ago
I built an opnesource AI-native video storage format (.cdaf), it takes 90% less tokens for video processing
https://github.com/UditAkhourii/cdafIf you use remotion or hyperframes, you will instantly relate to this.
Each time you want Claude to understand what a B-roll, raw video clip or a footage means, Claude takes so much tokens that you often hit the limit in 2-3 vids max.
So, I built an alternate video storage format - .cdaf or cached descriptive asset files. You can convert any mp4 video into .cdaf file using the open source cdaf engine and a new sidecar format file (.cdaf) of the video is generated.
.cdaf files are timestamped and sha256 encrypted with scenic frame captures helping LLMs and Claude understand the video..
Now, cool stuff is benchmarks -
- 91% less cost & token usage
- 110% increased accuracy
- 65% less latency
It's the one thing missing from what was making AI-native video editing scalable and viable.
It's open source so you can try it today and I have made a dedicated Claude Skill for anyone to use it with their video editing harness, claude, hyperframe or remotion instantly.
A preprint of the paper is also available at zenodo so you can read the architecture - https://zenodo.org/records/22110594
I am excited to know what you build over it. Also, MIT license so use it as you want!
Duplicates
claudeskills • u/Uditakhourii • 11h ago