Descriptions:
This All About AI “Shipmas Day 3” video covers building an AI-powered movie scene replacement tool using Claude Code (Opus 4.5), the Kling 2.6 Pro image-to-video model via fal.ai, and FFmpeg. The creator builds a JavaScript web application running at localhost:3000 that lets users upload a video clip, scrub to a specific frame, write a prompt describing a replacement scene, and receive a modified video where the AI-generated clip is stitched in at the exact cut point.
Development follows Claude Code’s plan mode workflow, covering frame extraction, AI video generation through fal.ai’s API, clip stitching, and side-by-side comparison in a single implementation pass. The fal.ai documentation for Kling 2.6 is manually pulled into the project as a markdown reference before building begins.
Two test cases are shown live: a Breaking Bad scene where Walter White is prompted to “turn around, slam through the garage door, and run away” produces a five-second generated clip that replaces the original confrontation sequence, and an American Psycho clip is similarly modified. Results are imperfect but demonstrate viable stitching continuity. The project is a practical starting point for developers exploring AI video remixing applications, frame-level editing pipelines, or creative tools built on top of current image-to-video generation models.
📺 Source: All About AI · Published December 07, 2025
🏷️ Format: Hands On Build







