ComfyUI Extension
comfyui_merge_video
Video Merge Node that combines image batches with SRT text, audio padding, and mixes voice and background music into final video output.
DEMOUSL/comfyui_merge_video
Nodes1
On cloudLocal install
Categoryvideo/audio
Stars0
Updated4 months ago
Nodes (1)
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.