Show HN: SixSevenStudio – open-source Video Editor For Sora

2 hours ago 1

Download Discord

sixsevenstudio is a native Mac app for generating and editing AI videos with Sora.

It lets you brainstorm ideas and storyboards with AI assistant, iterate on Sora videos, and edit the videos, all in one place.

Storyboard Create and refine storyboards with AI assistance

Videos Browse and manage your generated videos

Editor Edit videos with trimming, transitions, and more

It's built with:

  • Bring your own OpenAI API key
  • Storyboard AI assistant with AI SDK
  • Local storage, all videos stored in your fs
  • Video editing (trimming, stitching, transitions)
  1. Install Node.js (v18+)
  2. Install Rust
  3. Install ffmpeg (see below)
  4. Get an OpenAI API key
# Install ffmpeg binaries chmod +x scripts/download-ffmpeg-sidecar.sh ./scripts/download-ffmpeg-sidecar.sh # Install dependencies npm install # Run development server npm run tauri dev

Currently support Apple Silicon.

Read Entire Article