From 20778ecfb058d52f3ebd27a36500d9073c9f1d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A9role?= <115535732+Verolelb@users.noreply.github.com> Date: Fri, 26 Sep 2025 22:37:58 +0200 Subject: [PATCH] Add custom node: ComfyUI-VideoCompressor (#2182) Adds a new unified video compression node. It handles image/video inputs and features 2-pass, CRF, and GPU encoding modes --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 03b645e5..2c348792 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9409,6 +9409,17 @@ ], "install_type": "git-clone", "description": "Mask cutout based on Segment Anything." + }, + { + "author": "Verolelb", + "title": "Video Compressor (Unified)", + "id": "Video compressor", + "reference": "https://github.com/Verolelb/ComfyUI-VideoCompressor", + "files": [ + "https://github.com/Verolelb/ComfyUI-VideoCompressor" + ], + "install_type": "git-clone", + "description": "Compress video in comfyui." }, { "author": "Shadetail",