Save Frames to Movie (vuo.video.save2)

Saves video frames and audio frames to a movie file.

The movie file is created and saving starts when the Save Video Frame port receives its first frame. As the Save Video Frame port continues receiving frames, and the Save Audio Frame port optionally receives audio, these are appended to the movie file at their provided timestamps. 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 video frame received. Whether or not the movie has audio is determined within the first half second after the first video frame 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 frame received.

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


Example composition:


Back to vuo.video node set documentation.