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
This commit is contained in:
Vérole 2025-09-26 22:37:58 +02:00 committed by GitHub
parent 2ea991d960
commit 20778ecfb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9409,6 +9409,17 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Mask cutout based on Segment Anything." "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", "author": "Shadetail",