ComfyUI/comfy_api/latest/_input
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
..
__init__.py range type (#13322) 2026-04-23 20:51:34 -07:00
basic_types.py comfy_api: remove usage of "Type","List" and "Dict" types (#11238) 2025-12-15 16:01:10 -08:00
curve_types.py CURVE node (#12757) 2026-03-24 17:47:28 -04:00
range_types.py range type (#13322) 2026-04-23 20:51:34 -07:00
video_types.py Add 10-bit video support (#14452) 2026-06-13 16:05:25 +03:00