Skip to content

v0.1.0 — First Release

Choose a tag to compare

@Augani Augani released this 26 Feb 17:40
2c3362b

v0.1.0 — First Release

The first tagged release of OpenReel Video, a professional browser-based video editor.

Core Features

  • Timeline editing — multi-track video, audio, image, text, and graphics clips with drag-and-drop
  • WebGPU rendering — hardware-accelerated preview with Canvas2D fallback
  • Video export — direct-to-disk encoding via File System Access API + MediaBunny (WebCodecs)
  • Audio engine — Web Audio API with effects (EQ, reverb, compressor), beat detection, and audio mixing
  • Text system — 20+ text animations with keyframe support
  • Graphics — shapes, SVG rendering, stickers, and particle effects
  • Video effects — filters, color correction, and emphasis animations
  • AI features — auto cut silence, beat sync
  • Project persistence — IndexedDB auto-save with project recovery
  • Undo/redo — full action-based editing history

UI

  • Responsive editor with resizable panels (assets, preview, inspector, timeline)
  • Media asset panel with grid/list view modes and search
  • Preview zoom control and fullscreen mode
  • Keyboard shortcuts throughout

Export

  • MP4, WebM, MOV formats
  • Streams directly to disk — no in-memory blob accumulation
  • Software encoding for stability on Apple Silicon

Deployment

  • Cloudflare Pages hosting
  • Vite build with code splitting
  • WASM modules for FFT, WAV encoding, and beat detection