Kosinkadink / ComfyUI-VideoHelperSuite

Nodes related to video workflows
GNU General Public License v3.0
434 stars 76 forks source link

Video Combine Node Outputs png image along with video #169

Open ckao10301 opened 4 months ago

ckao10301 commented 4 months ago

The video combine node is saving an extra png image along with the mp4 in the outputs folder. I do not want this image, because it's causing my serverless worker to send this extra data to my app via api.

How can I stop this extra png image from being saved?

image

image

Tsubashi commented 2 months ago

It looks like this png is the first frame of the video, and is written to preserve metadata. At the moment, there isn't any way to stop it from being written. See this line in nodes.py.