Save Images to Movie (vuo.video.save)

Saves images and audio to a movie file.

The movie file is created and saving starts when the Save Image port receives its first image. As the Save Image port continues receiving images, and the Save Audio port optionally receives audio, these are appended to the movie file in real time. Saving continues until the Finalize port receives an event or the composition stops.

Certain characteristics of the movie are determined when saving starts, and can’t be changed while saving is in progress. The format is determined when saving starts. The width and height of the movie are determined by the first image received. Whether or not the movie has audio is determined within the first half second after the first image is received. If no audio is received during that time, then the movie won’t have an audio track. The number of audio channels is determined by the first audio received.

Keywords: append, bang, events, export, fire, fraps, record, screen capture, screencast, trigger, video, write


Example composition:


Back to vuo.video node set documentation.