lokeshps321/ai-video-editor — reverse-engineered prompt
Reverse engineered prompt
Build me a local prompt based video editor with a Python API and a React web app.
I want to upload video and audio files, see them in a media bin, place clips on a multi track timeline, preview the edit, and type normal commands like trim this clip, split at 8 seconds, add text, fade audio, change speed, crop, rotate, mute, add a transition, or export 1080p mp4. The app should update the timeline from those commands, let me drag clips around, inspect clip settings, and support undo and redo history.
Use local FFmpeg for previews and final renders, with simple export presets. Include panels for media, prompt console, preview player, timeline, clip details, render jobs, and history. Keep it single user with no login. Use SQLite by default, but make the database configurable. Add upload support and URL ingestion if the needed tool is available. Please make it runnable locally with clear dev commands and basic backend tests. Look up current docs online if you need to.
Want more depth? Deep Reverse