Capture image sequence in several visualizer on same time

Hello,

I’m looking for a way to render several visualizer at the same time.
I have different displayed variables in each visualizer and I would like to capture the image sequence of each one at same time, in order to see the time-variation of each variable compared to each other.
Is it possible or I must render each one, and then go to an video editing program?
Thanks in advance.

Unfortunately, it is only possible to capture imagery from a single visualizer window at a time. If you want to produce a temporal animation with a montage of images (e.g side by side) you can save out each image sequence and then use a tool like ImageMagick to combine images from each time step in to a sequence of montage images. Tools like ffmpeg can then be used to encode the image sequence into an animation file (e.g. .mov or .mp4)

1 Like