Local browser tool for stitching two SeeDance 2 video generations when the end of the first clip and the start of the second clip overlap or shift slightly in brightness/contrast.
video1_video2_rm-v2s4f_cut_tonefull.mp4.On macOS and Linux, the app uses ffmpeg and ffprobe from your PATH.
On Windows, the app will first look for FFmpeg at:
C:\Program Files\ffmpeg-6.0-full_build-shared\bin\ffmpeg.exe
You can override paths with environment variables.
$env:FFMPEG_PATH="C:\path\to\ffmpeg.exe"
$env:FFPROBE_PATH="C:\path\to\ffprobe.exe"
On macOS/Linux:
export FFMPEG_PATH="/path/to/ffmpeg"
export FFPROBE_PATH="/path/to/ffprobe"
npm start
Then open:
http://localhost:4177
To use bundled sample videos, create:
samples/video1.mp4
samples/video2.mp4
Otherwise, just upload clips in the browser.
For best results, generate clips with diegetic sound effects and dialogue only. Add soundtrack or music after stitching, because music beds rarely overlap cleanly across regenerated clips.
MIT
$ claude mcp add SeeDance2Stitcher \
-- python -m otcore.mcp_server <graph>