Nodes/ComfyUI-XENodes/Save HDR Video
ComfyUI Node

Save HDR Video

Saves the input video natively as HDR using ffmpeg, without AI processing models.

By xeinherjer-dev·Created 5 months ago·Updated 2 days ago· 2
Save HDR Video
  • video
  • video
filename_prefixvideo/ComfyUI
format
peak_nits400
itm_knee0.00
itm_exponent1.00
loop_count0
pingpongfalse
Categoryxenodes/experimental

Inputs (8)

NameTypeDefaultDescription
videoVIDEOThe video to save.
filename_prefixSTRINGvideo/ComfyUIThe prefix for the file to save. This may include formatting information such as %date:yyyy-MM-dd% or %Empty Latent Image.width% to include values from nodes.
formatCOMBOThe format to save the video as.
peak_nitsFLOAT400100–10000Peak brightness in nits. SDR white (100 nits) will be mapped to this target luminance in HDR.
itm_kneeFLOAT0.000–1Inverse Tone Mapping (Soft-Knee) threshold. 0.0 starts expansion from black. 0.8 preserves SDR midtones and applies expansion to highlights.
itm_exponentFLOAT1.001–10Expansion curve exponent. 1.0 = Linear (punchy/bright), 2.0 = Quadratic (soft/natural), >2.0 = even softer transition.
loop_countINT00–100Loop count. 0 = play once. For mp4/webm, this physically repeats the frames.
pingpongBOOLEANfalsePingpong animation (images only). Plays frames forward then backward.

Outputs (1)

NameTypeDescription
videoVIDEOThe input video.