Multi-clip timeline
Users can append clips, reorder the working sequence, trim with handles, and preview across clip boundaries with one playhead.
A Cloudflare-native browser video editor for stop motion, multi-clip timelines, cropping, resizing, and compression.
Framecut keeps focused editing jobs inside one browser workspace. A user can assemble clips, set split points, preview stop motion, crop for a target format, and export an MP4 without sending the render to a separate media server.
A React editor talks to a Cloudflare Worker for authentication and project data. D1 stores records, R2 stores private source files and exports, and ffmpeg.wasm renders H.264/AAC video on the user’s device.
Users can append clips, reorder the working sequence, trim with handles, and preview across clip boundaries with one playhead.
Frame-rate controls from 1 to 24 fps change the visual cadence while source audio continues through the preview.
Split points, crop presets, resize targets, and compression settings stay editable until export.
Authenticated range requests support seeking, while multipart uploads handle large source videos in R2.
Local rendering avoids a dedicated transcoding service and keeps the export path close to the editor.
Workers, D1, and R2 form a small full-stack deployment with account-scoped projects and persistent autosave.