r/javascript Apr 17 '26

Custom .af video format for WebCodecs: frame-accurate playback without <video>

https://github.com/activetheory/activeframe
17 Upvotes

6 comments sorted by

2

u/[deleted] Apr 18 '26

[removed] β€” view removed comment

1

u/Zangberry Apr 24 '26

keyframe interval is usually set around 2 seconds for our use case, balancing size and access efficiency. We're also experimenting with predictive prefetch to reduce latency, but it’s still a work in progress...

1

u/JaSuperior Apr 29 '26

this looks neat! πŸ€”