Overview
Extracts frames from a video, amplifies color intensity, and reassembles them into a modified video.
- Video Input - A video is loaded.
- Frame Iteration (
nodetool.video.ForEachFrame) - Frames are extracted. - Color Enhancement - Each frame’s exposure and saturation are amplified using
lib.image.color_grading.Exposureandlib.image.color_grading.SaturationVibrance. - Reassembly (
nodetool.video.FrameToVideo) - Enhanced frames are recompiled into a new video stream.
Tags
video, start
Workflow Diagram
graph TD
video_7074f1["Video"]
foreachframe_abb8ee["ForEachFrame"]
exposure_b14f76["Exposure"]
saturation_b14f77["SaturationVibrance"]
frametovideo_4ca887["FrameToVideo"]
video_7074f1 --> foreachframe_abb8ee
foreachframe_abb8ee --> exposure_b14f76
exposure_b14f76 --> saturation_b14f77
saturation_b14f77 --> frametovideo_4ca887
foreachframe_abb8ee --> frametovideo_4ca887
foreachframe_abb8ee --> frametovideo_4ca887
foreachframe_abb8ee --> frametovideo_4ca887