Alexis Rolland
c40c94e1f5
Fix unit tests ( #16271 )
2026-09-11 14:27:22 -04:00
rattus
d537de93a0
Implement Video Concatenate (CORE-436) ( #16267 )
2026-09-11 11:06:33 -07:00
Terry Jia
3074d0e331
Report the file saved by Save 3D (Advanced) as a standard 3d output item ( #16171 )
2026-09-08 21:50:21 -07:00
Terry Jia
5672751416
Add live resolution preview widget to ResolutionSelector ( #16013 )
2026-09-02 15:29:16 -07:00
Terry Jia
ace9172e95
Annotate temp paths in Preview3DAdvanced / PreviewGaussianSplat / PreviewPointCloud outputs ( #16038 )
2026-09-02 07:35:27 -04:00
Terry Jia
f938505952
feat: add VideoTrim and VideoCrop nodes with VIDEO_EDIT widget inputs ( #15637 )
2026-08-30 15:54:48 -07:00
Alexander Piskun
d8e7bbc9d5
fix(video): remux HEVC to mp4/mov as hvc1 via hevc_mp4toannexb ( #15809 )
2026-08-26 20:28:50 -04:00
comfyanonymous
9db05e0e1f
Add colorspace option and change bit_depth to a combo on CreateVideo. ( #15810 )
2026-08-22 21:07:29 -04:00
comfyanonymous
76135e557d
Add HDR color space options to h264 codec in Save Video node. ( #15764 )
2026-08-20 20:16:31 -04:00
comfyanonymous
dcbcf8c2e1
Support HDR video saving, AV1 codec, mkv and webm. ( #15741 )
2026-08-20 19:29:20 -04:00
comfyanonymous
2881e61610
Store mp4 metadata at the beginning of the file when possible. ( #15195 )
2026-08-01 03:21:28 -04:00
comfyanonymous
235b466a0c
Add crf option to save video node. ( #15191 )
2026-08-01 00:27:48 -04:00
Alexander Piskun
cc6b352511
fix(Video): stream the video transcode instead of buffering every frame in RAM (CORE-353) (CORE-351) ( #14813 )
2026-07-15 15:23:43 +08:00
Alexander Piskun
fe54b5e955
Add 10-bit video support ( #14452 )
...
Create Video gets a bit_depth option (8-bit/10-bit); the selected depth is carried by the video and applied when it gets encoded. Save Video and Video Slice now keep the source bit depth instead of always quantizing to 8-bit, so 10-bit videos stay 10-bit. 10-bit uses h264 with the yuv420p10le pixel format,so there's no new codec or container.
Signed-off-by: bigcat88 <bigcat88@icloud.com >
2026-06-13 16:05:25 +03:00
Jedrzej Kosinski
431fadb520
fix(api-io): serialize MultiCombo multi_select as object config ( #13484 )
...
* fix(api-io): serialize MultiCombo multi_select as object config
* fix: remove dead code and redundant top-level keys from MultiCombo serialization
* fix: correct skip warning to mention comfy_entrypoint, remove nonexistent NODES_LIST
* fix: validate MultiCombo list values against options individually
* fix: gate multiselect validation on schema config, improve error message, add tests
---------
Co-authored-by: Ni-zav <ni-zav@users.noreply.github.com >
Co-authored-by: guill <jacob.e.segal@gmail.com >
2026-05-05 13:58:32 -07:00
Christian Byrne
f1f9763b4c
Add get_duration method to Comfy VIDEO type ( #8122 )
...
* get duration from VIDEO type
* video get_duration unit test
* fix Windows unit test: can't delete opened temp file
2025-05-15 00:11:41 -04:00
Christian Byrne
cd18582578
Support saving Comfy VIDEO type to buffer ( #7939 )
...
* get output format when saving to buffer
* add unit tests for writing to file or stream with correct fmt
* handle `to_format=None`
* fix formatting
2025-05-04 23:26:57 -04:00