fix: add h264-mp4 format parameters to VHS_VideoCombine

- Add required format-specific parameters: pix_fmt, crf, save_metadata, trim_to_audio
- Values: [8, 0, 'cogvideox_output', 'video/h264-mp4', 'yuv420p', 19, true, false]
- Fixes red node error in ComfyUI UI
This commit is contained in:
2025-11-23 09:09:35 +01:00
parent 6fab6386d7
commit 5cd9237d82

View File

@@ -286,7 +286,7 @@
"type": "VHS_VideoCombine",
"pos": [1600, 100],
"size": [315, 200],
"widgets_values": [8, 0, "cogvideox_output", "video/h264-mp4"],
"widgets_values": [8, 0, "cogvideox_output", "video/h264-mp4", "yuv420p", 19, true, false],
"title": "Combine Video Frames",
"flags": {},
"order": 9,