visualizing both hemispheres in movie file output

Hi all,

I would like to use mne_make_make_movie to create movie files depicting the
estimates in both hemispheres over time.

It seems that someone posted a similar question to this list a couple of
months ago which did not receive a response. Has anyone learned if it is
possible to do this using mne_make_movie?

If not, can anyone recommend additional (preferably free) software that
might be able to concatenate the -lh and -rh.mov mne_make_movie output to
essentially achieve the same result?

Thanks,

Matt

You can do this in matlab/octave. I don't have any current code, but I
used to do this to display the inferior and lateral surfaces at the
same time and output a new file. You read in the movies and then just
concatenate the frames in space.

D

Sounds perfect. Thanks, Dan.