Discover and explore top open-source AI tools and projects—updated daily.
wassermanproductionsAI-film previsualization studio for precise video control
New!
Top 92.9% on SourcePulse
Motion Previs Studio v4 is an open-source desktop app for AI-film previsualization, offering filmmakers precise control over AI video generation. It extracts key elements like pose, depth, and camera movement from source video, creating "production packs" for downstream AI workflows, thereby streamlining preproduction and enhancing creative iteration.
How It Works
Built with Electron, React, and TypeScript, the app processes video (local or URL via yt-dlp) to extract detailed control layers. It employs MediaPipe Pose Landmarker for pose extraction and Lucas-Kanade optical flow with RANSAC for subject-independent camera solves, recovering movement from background elements. FFmpeg ensures deterministic frame encoding. Users select shot ranges and reference modes (e.g., Camera only, Actor motion) before exporting bundles for AI tools like Seedance and ComfyUI.
Quick Start & Requirements
npm install, then npm run dev. Build: npm run build, npm run dist:dir.npm run prepare-assets.Highlighted Details
openpose_pose.mp4 skeleton videos and openpose_keypoints.json (BODY_25).Maintenance & Community
Developed by Sam Wasserman. No specific community channels (Discord, Slack) or public roadmap are detailed beyond a "Future Ideas" list. Attribution requirements are outlined under licensing.
Licensing & Compatibility
Limitations & Caveats
The current macOS build requires signing/notarization for public distribution. Several planned features (e.g., shot-board view, batch processing, direct Blender file export) are not yet implemented. The project is primarily for local testing and development, with public releases pending further packaging.
2 days ago
Inactive