How frame-counting works
/frame-count is a frame-precise marker tool for competition footage or your own recordings. Load an mp4 / mov, mark the start and end frame of each solve on the timeline, and it auto-computes timings to compare against the official clock — useful for judge appeals, hand-speed analysis, and reviewing multi-solve recordings.
Core idea
Decoding uses WebCodecs (native hardware decode, near-zero overhead). True frame rate is extracted via mediainfo.js for some mp4 containers; ffmpeg.wasm provides transcoding fallback for unsupported codecs. All processing is local — your video never uploads.
How to use
Shortcuts
The toolbar's keyboard button lists the full shortcut table (playback, marking, jumping, zoom). Shortcuts work on desktop and mobile; mobile additionally supports long-press timeline drag.
See also
- Recon Library — once you have a precise timing, upload the corresponding solve breakdown here.
- WCA regulations — appeal-relevant sections (Articles 9 and 12).