GitHub - palmier-io/sixsevenstudio: Open Source Video Editor for Sora

1 min read Original article ↗

sixseverstudio

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:

Key features:

  • 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)

Development Guide

Prerequisites

  1. Install Node.js (v18+)
  2. Install Rust
  3. Install ffmpeg (see below)
  4. Get an OpenAI API key

Setup

# 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

Build

OS

Currently support Apple Silicon.