From 7d6f2cbab5b181e9082e588de9970bddd20a7a39 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 07:07:18 +0200 Subject: [PATCH] Add custom node: ComfyUI-VideoCompressor 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 21fb6a1a..409e67af 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",