mne_make_movie not working

External Email - Use Caution

Dear experts

I used ?mne_make_movie? function to produce a movie but all movie frames are blank as shown on the 1st screenshot,

Here is the command, I also attached the contents printed from terminal:
mne_make_movie \
--subject sub04 \
--mov /Users/boo/Desktop/data_meg_script/20190513/s04.mov \
--lh \
--stcin /Users/boo/Desktop/data_meg_script/20190513/sub04-lh.stc \
--spm \
--view med \

Here is the function versions:
(mne) boodeMacBook-Pro:data_meg_script boo$ mne_make_movie --version
mne_make_movie version 1.34 compiled at Dec 21 2009 19:51:06

(mne) boodeMacBook-Pro:data_meg_script boo$ mne --version
MNE 0.19.dev0

My operation system version: macOS Mojave 10.14.5

Could you please help to let me know what is the reason that it does not work? Thanks.

Btw, I am able to get the dynamic source estimate using MNE-python functions (include ?apply_inverse?, ?.plot? etc) and it works well as shown on the 2nd screenshot.

Best regard
bo
bo.zhang at pku.edu.cn <mailto:bo.zhang at pku.edu.cn>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190623/727de701/attachment-0004.html
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: terminal_contents.txt
Url: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190623/727de701/attachment-0001.txt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190623/727de701/attachment-0005.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot 1.jpg
Type: image/jpeg
Size: 18737 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190623/727de701/attachment-0001.jpg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190623/727de701/attachment-0006.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot 1.png
Type: image/png
Size: 840215 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190623/727de701/attachment-0001.png
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190623/727de701/attachment-0007.html

External Email - Use Caution

I'm not sure about `mne_make_movie` from MNE-C (maybe some OpenGL
problem?), but in MNE-Python you should be able to do something like:

brain = stc.plot(...)
brain.save_movie(...)

See

http://pysurfer.github.io/generated/surfer.Brain.html#surfer.Brain.save_movie

Eric