ComfyUI Extension: comfyui_merge_video
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
Video Merge Node that combines image batches with SRT text, audio padding, and mixes voice and background music into final video output.
README
Video Merge Node
This custom ComfyUI node now uses native Comfy-style inputs:
video_frames:IMAGEvoice_audio:AUDIObackground_audio:AUDIOsrt_text: multilineSTRING
The rendered video is saved into ComfyUI's default output directory.
What it does
- takes an
IMAGEbatch as the video frame sequence - burns the provided SRT text into the frames
- pads short audio with silence
- trims long audio to the exact video duration
- mixes voice and BGM into one track
- exports a final
.mp4without extending the video tail, so no black screen is introduced
Built-in subtitle presets
classic_whiteshort_video_yellowcinematic_boxnews_blueminimal_cleankaraoke_glow
Requirements
ffmpeg
ffmpeg must be available in PATH, and it needs subtitle filter support.
Important note
Because IMAGE input is a frame batch instead of a video file, this node adds an fps parameter to define the output video speed and total duration.
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.